Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2011 13:38:28 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228708 - head/usr.bin/vacation
Message-ID:  <201112191338.pBJDcSUG059876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112191338.pBJDcSUG059876>