]> git.sesse.net Git - plocate/commitdiff
Fix a typo.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 13 Feb 2021 00:30:27 +0000 (01:30 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 13 Feb 2021 00:30:27 +0000 (01:30 +0100)
turbopfor-encode.h

index facd5de69ac2eb4a7d5d38ca8e42c54921050899..66396fd93c5f44b0828279a1eb4d45a4cfe3cb5b 100644 (file)
@@ -5,7 +5,7 @@
 // for encoding. It is _much_ slower than the reference implementation, but we
 // encode only during build, and most time in build is spent in other things
 // than encoding posting lists, so it only costs ~5-10% overall. Does not use
-// any special character sets, and generally isn't optimized at all.
+// any special instruction sets, and generally isn't optimized at all.
 //
 // It encodes roughly about as dense as the reference encoder.