]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: fix typos in the comments of the Makefile
authorJoseph Herlant <aerostitch@debian.org>
Sat, 10 Nov 2018 01:50:30 +0000 (17:50 -0800)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2018 07:51:54 +0000 (08:51 +0100)
This is not user-visible issues, just a cleanup of comments.

Makefile

index a008df6bd69e16dcca88b5c044721b3e2f7f4f4e..3b089d227c1b09883403936394efcf3ed15efaa8 100644 (file)
--- 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