mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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!
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue