Author: dim
Date: Mon Dec 19 13:38:28 2011
New Revision: 228708
URL: http://svn.freebsd.org/changeset/base/228708
Log:
In usr.bin/vacation/Makefile, fix a typo in the comment about clang
warnings.
Spotted by: arundel
MFC after: 1 week
Modified:
head/usr.bin/vacation/Makefile
Modified: head/usr.bin/vacation/Makefile
==============================================================================
--- head/usr.bin/vacation/Makefile Mon Dec 19 13:35:44 2011
(r228707)
+++ head/usr.bin/vacation/Makefile Mon Dec 19 13:38:28 2011
(r228708)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"