CLEANUP: fix a typo in a comment for the contrib/halog subsystem

Typo in comment, not visible by end-users.
This commit is contained in:
Joseph Herlant 2018-11-09 18:02:35 -08:00 committed by Willy Tarreau
parent 4e8683c015
commit 42172bdc97

View File

@ -876,7 +876,7 @@ int main(int argc, char **argv)
#if defined(POSIX_FADV_SEQUENTIAL) #if defined(POSIX_FADV_SEQUENTIAL)
/* around 20% performance improvement is observed on Linux with this /* 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 * use NOREUSE as it flushes the cache and prevents easy data
* manipulation on logs! * manipulation on logs!
*/ */