svn commit: r250828 - head/sys/conf

Brooks Davis brooks at FreeBSD.org
Mon May 20 19:41:34 UTC 2013


Author: brooks
Date: Mon May 20 19:41:34 2013
New Revision: 250828
URL: http://svnweb.freebsd.org/changeset/base/250828

Log:
  Spell extensions correctly.
  
  Submitted by:	dim

Modified:
  head/sys/conf/kern.mk

Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk	Mon May 20 17:31:18 2013	(r250827)
+++ head/sys/conf/kern.mk	Mon May 20 19:41:34 2013	(r250828)
@@ -5,7 +5,7 @@
 #
 CWARNFLAGS?=	-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
 		-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
-		-Wundef -Wno-pointer-sign ${FORMAT_EXTENTIONS} \
+		-Wundef -Wno-pointer-sign ${FORMAT_EXTENSIONS} \
 		-Wmissing-include-dirs -fdiagnostics-show-option \
 		${CWARNEXTRA}
 #
@@ -37,7 +37,7 @@ CWARNEXTRA?=	-Wno-error-tautological-com
 .if ${MK_FORMAT_EXTENSIONS} == "no"
 NO_WFORMAT=		-Wno-format
 .else
-FORMAT_EXTENTIONS=	-fformat-extensions
+FORMAT_EXTENSIONS=	-fformat-extensions
 .endif
 
 #


More information about the svn-src-head mailing list