Hi,

This is not user-visible issues, just a cleanup of comments.

As the Makefile not really in a given unit of code and is not really
documentation, I created a separated patch for it. let me know if
you'd rather have me group it with another patch.

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_makefile_typos

Thanks,
Joseph
From bfb8121165cb9b24294b8839524e32efc7fcd46a Mon Sep 17 00:00:00 2001
From: Joseph Herlant <[email protected]>
Date: Fri, 9 Nov 2018 17:50:30 -0800
Subject: [PATCH] CLEANUP: fix typos in the comments of the Makefile

This is not user-visible issues, just a cleanup of comments.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index a008df6b..3b089d22 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 #   [g]make TARGET=os ARCH=arch CPU=cpu USE_xxx=1 ...
 #
 # Valid USE_* options are the following. Most of them are automatically set by
-# the TARGET, others have to be explictly specified :
+# the TARGET, others have to be explicitly specified :
 #   USE_DLMALLOC         : enable use of dlmalloc (see DLMALLOC_SRC)
 #   USE_EPOLL            : enable epoll() on Linux 2.6. Automatic.
 #   USE_KQUEUE           : enable kqueue() on BSD. Automatic.
@@ -236,7 +236,7 @@ CPU_CFLAGS.i686       = -O2 -march=i686
 CPU_CFLAGS.ultrasparc = -O6 -mcpu=v9 -mtune=ultrasparc
 CPU_CFLAGS            = $(CPU_CFLAGS.$(CPU))
 
-#### ARCH dependant flags, may be overriden by CPU flags
+#### ARCH dependant flags, may be overridden by CPU flags
 ARCH_FLAGS.32     = -m32
 ARCH_FLAGS.64     = -m64
 ARCH_FLAGS.i386   = -m32 -march=i386
-- 
2.19.1

Reply via email to