From 9e277ed8bff5f790cc35277d16b9175c69fa0276 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 16 Dec 2011 17:02:25 +0000 Subject: [PATCH] Fix typos in the comments about clang warnings in several sendmail-related Makefiles. Spotted by: arundel MFC after: 1 week --- lib/libsm/Makefile | 4 ++-- libexec/mail.local/Makefile | 2 +- libexec/smrsh/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile index f2c93b991d66..661e87a6e7aa 100644 --- a/lib/libsm/Makefile +++ b/lib/libsm/Makefile @@ -19,9 +19,9 @@ CFLAGS+=${SENDMAIL_CFLAGS} WARNS?= 2 .if ${CC:T:Mclang} == "clang" -# Unfortunately, clang gives a warning about sendmail code that cannot +# 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/mail.local/Makefile b/libexec/mail.local/Makefile index 345e2a4603a8..de490fb42314 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 40eab7fa111c..7080fbae86fb 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