From: Steinar H. Gunderson Date: Sat, 13 Feb 2021 00:30:27 +0000 (+0100) Subject: Fix a typo. X-Git-Tag: 1.1.4~4 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=a286a78f0688c37a7384387a0a297e29c4337b35 Fix a typo. --- diff --git a/turbopfor-encode.h b/turbopfor-encode.h index facd5de..66396fd 100644 --- a/turbopfor-encode.h +++ b/turbopfor-encode.h @@ -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.