From a286a78f0688c37a7384387a0a297e29c4337b35 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 13 Feb 2021 01:30:27 +0100 Subject: [PATCH] Fix a typo. --- turbopfor-encode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2