]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: fix a typo in a comment for the contrib/halog subsystem
authorJoseph Herlant <aerostitch@debian.org>
Sat, 10 Nov 2018 02:02:35 +0000 (18:02 -0800)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2018 07:52:16 +0000 (08:52 +0100)
Typo in comment, not visible by end-users.

contrib/halog/halog.c

index a72481736045067f1e2ec104add356a304e176cb..91e2af3574e0a7e52e12e37e38408d6c89c12e20 100644 (file)
@@ -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!
         */