summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2013-11-04 19:32:35 +0000
committersbruno <sbruno@FreeBSD.org>2013-11-04 19:32:35 +0000
commit029584a9a17215906485c0193d9c34fda5097be9 (patch)
tree542e1a1ead67816f5b3ccd54b0f33ff8c3150331 /cddl
parent65182b95013ba0975a1c1ee9e4c4db02e47ad059 (diff)
downloadFreeBSD-src-029584a9a17215906485c0193d9c34fda5097be9.zip
FreeBSD-src-029584a9a17215906485c0193d9c34fda5097be9.tar.gz
spelling in comments fixup
Submitted by: Joerg Sonnenberger <joerg@britannica.bec.de>
Diffstat (limited to 'cddl')
-rw-r--r--cddl/lib/libnvpair/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cddl/lib/libnvpair/Makefile b/cddl/lib/libnvpair/Makefile
index 630410d..677068f 100644
--- a/cddl/lib/libnvpair/Makefile
+++ b/cddl/lib/libnvpair/Makefile
@@ -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]
OpenPOWER on IntegriCloud