From 838b9f84ea6a2b70f53b6c7b09c42bc108e028f7 Mon Sep 17 00:00:00 2001 From: dim Date: Fri, 16 Dec 2011 17:02:25 +0000 Subject: Fix typos in the comments about clang warnings in several sendmail-related Makefiles. Spotted by: arundel MFC after: 1 week --- lib/libsm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libsm') diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile index f2c93b9..661e87a 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 -- cgit v1.1