Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored and cespare committed Aug 8, 2017
1 parent 1646004 commit 5c37fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xxhash_unsafe.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// It may be faster than Sum64([]byte(s)) by avoiding a copy.
//
// TODO(caleb): Consider removing this if an optimization is ever added to make
// it unnecessary: https://golang.org/issue//2205.
// it unnecessary: https://golang.org/issue/2205.
//
// TODO(caleb): We still have a function call; we could instead write Go/asm
// copies of Sum64 for strings to squeeze out a bit more speed.
Expand Down

0 comments on commit 5c37fe3

Please sign in to comment.