From: Joseph Herlant Date: Sat, 10 Nov 2018 02:02:35 +0000 (-0800) Subject: CLEANUP: fix a typo in a comment for the contrib/halog subsystem X-Git-Tag: v1.9-dev7~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42172bdc97d887f194c6286dc892510b1b22c83d;p=thirdparty%2Fhaproxy.git CLEANUP: fix a typo in a comment for the contrib/halog subsystem Typo in comment, not visible by end-users. --- diff --git a/contrib/halog/halog.c b/contrib/halog/halog.c index a724817360..91e2af3574 100644 --- a/contrib/halog/halog.c +++ b/contrib/halog/halog.c @@ -876,7 +876,7 @@ int main(int argc, char **argv) #if defined(POSIX_FADV_SEQUENTIAL) /* around 20% performance improvement is observed on Linux with this - * on cold-cache. Surprizingly, WILLNEED is less performant. Don't + * on cold-cache. Surprisingly, WILLNEED is less performant. Don't * use NOREUSE as it flushes the cache and prevents easy data * manipulation on logs! */