mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 04:42:28 +00:00
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:
parent
4e8683c015
commit
42172bdc97
@ -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!
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user