spelling in comments fixup

Submitted by:		Joerg Sonnenberger <joerg@britannica.bec.de>
This commit is contained in:
Sean Bruno 2013-11-04 19:32:35 +00:00
parent fc81a90261
commit 538c3c05e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257647

View File

@ -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]