summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-16 17:02:25 +0000
committerdim <dim@FreeBSD.org>2011-12-16 17:02:25 +0000
commit838b9f84ea6a2b70f53b6c7b09c42bc108e028f7 (patch)
tree9875e3f1370463a2624681d93d86e374c805b9fc /libexec
parenteb8ae0b5f94633259ef9e5cf884eed2c513dfb0c (diff)
downloadFreeBSD-src-838b9f84ea6a2b70f53b6c7b09c42bc108e028f7.zip
FreeBSD-src-838b9f84ea6a2b70f53b6c7b09c42bc108e028f7.tar.gz
Fix typos in the comments about clang warnings in several
sendmail-related Makefiles. Spotted by: arundel MFC after: 1 week
Diffstat (limited to 'libexec')
-rw-r--r--libexec/mail.local/Makefile2
-rw-r--r--libexec/smrsh/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile
index 345e2a46..de490fb 100644
--- a/libexec/mail.local/Makefile
+++ b/libexec/mail.local/Makefile
@@ -15,7 +15,7 @@ WFORMAT=0
.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
diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile
index 40eab7f..7080fba 100644
--- a/libexec/smrsh/Makefile
+++ b/libexec/smrsh/Makefile
@@ -20,7 +20,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