summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-19 13:38:28 +0000
committerdim <dim@FreeBSD.org>2011-12-19 13:38:28 +0000
commit3e050c7f7a3d7eb2215c9899d916d9a6e21f72f4 (patch)
treea1256e9ba4374372a271359c5c300720244e7964 /usr.bin
parent842c3a3e59635f750f06bfddc19a112a6ae1519c (diff)
downloadFreeBSD-src-3e050c7f7a3d7eb2215c9899d916d9a6e21f72f4.zip
FreeBSD-src-3e050c7f7a3d7eb2215c9899d916d9a6e21f72f4.tar.gz
In usr.bin/vacation/Makefile, fix a typo in the comment about clang
warnings. Spotted by: arundel MFC after: 1 week
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/vacation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile
index c20623c..2b13a28 100644
--- a/usr.bin/vacation/Makefile
+++ b/usr.bin/vacation/Makefile
@@ -14,7 +14,7 @@ WARNS?= 2
.if ${CC:T:Mclang} == "clang"
# Unfortunately, clang gives warnings about sendmail code that cannot
# be turned off yet. Since this is contrib code, and we don't really
-# care about the warnings, just turn make them non-fatal for now.
+# care about the warnings, just make them non-fatal for now.
NO_WERROR=
.endif
OpenPOWER on IntegriCloud