Hi,

I'm not sure how to subdivide the patches for different subfolders
inside contrib, so starting by sending 1 patch by subfolder.
Let me know if I should do otherwise.

This patch fix 1 typo in a comment in the contrib/halog subsystem.

The patch is attached, but if you want to view the diff online, you
can check: 
https://github.com/haproxy/haproxy/compare/master...aerostitch:cleanup_halog_typo

Thanks,
Joseph
From e58fea2a31c93ac340c3c0e34ac14bf1b51b6d38 Mon Sep 17 00:00:00 2001
From: Joseph Herlant <aerosti...@debian.org>
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 a7248173..91e2af35 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!
 	 */
-- 
2.19.1

Reply via email to