svn commit: r257647 - head/cddl/lib/libnvpair
Sean Bruno
sbruno at FreeBSD.org
Mon Nov 4 19:32:36 UTC 2013
Author: sbruno
Date: Mon Nov 4 19:32:35 2013
New Revision: 257647
URL: http://svnweb.freebsd.org/changeset/base/257647
Log:
spelling in comments fixup
Submitted by: Joerg Sonnenberger <joerg at britannica.bec.de>
Modified:
head/cddl/lib/libnvpair/Makefile
Modified: head/cddl/lib/libnvpair/Makefile
==============================================================================
--- head/cddl/lib/libnvpair/Makefile Mon Nov 4 19:05:31 2013 (r257646)
+++ head/cddl/lib/libnvpair/Makefile Mon Nov 4 19:32:35 2013 (r257647)
@@ -21,9 +21,9 @@ CFLAGS+= -I${.CURDIR}/../../../sys
CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/head
CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem
-# This library uses macros to define fprintf behvavior for several object types
+# This library uses macros to define fprintf behavior for several object types
# The compiler will see the non-string literal arguments to the fprintf calls and
-# omit warnings for them. Quiese these warnings in contrib code:
+# omit warnings for them. Quiesce these warnings in contrib code:
#
# cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c:743:12: warning: format
# string is not a string literal (potentially insecure) [-Wformat-security]
More information about the svn-src-head
mailing list