Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 19:32:35 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257647 - head/cddl/lib/libnvpair
Message-ID:  <201311041932.rA4JWZJd007967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311041932.rA4JWZJd007967>