From 42172bdc97d887f194c6286dc892510b1b22c83d Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Fri, 9 Nov 2018 18:02:35 -0800 Subject: [PATCH] CLEANUP: fix a typo in a comment for the contrib/halog subsystem Typo in comment, not visible by end-users. --- contrib/halog/halog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/halog/halog.c b/contrib/halog/halog.c index a72481736..91e2af357 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! */