Skip to content

Commit b11a2bf

Browse files
committed
three => one
1 parent 46882a8 commit b11a2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/bytealg/bytealg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var MaxLen int
2626

2727
// FIXME: the logic of IndexRabinKarpBytes and IndexRabinKarp are exactly the same,
2828
// except that the types are different.
29-
// Can we eliminate three of them without causing allocation?
29+
// Can we eliminate one of them without causing allocation?
3030

3131
// PrimeRK is the prime base used in Rabin-Karp algorithm.
3232
const PrimeRK = 16777619

0 commit comments

Comments
 (0)