Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2016 22:01:48 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299007 - in head: . sys/conf sys/modules/igb
Message-ID:  <201605032201.u43M1mN0004830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Tue May  3 22:01:48 2016
New Revision: 299007
URL: https://svnweb.freebsd.org/changeset/base/299007

Log:
  Misc. build: minor spelling fixes.
  
  No functional change.

Modified:
  head/Makefile.inc1
  head/ObsoleteFiles.inc
  head/UPDATING
  head/sys/conf/options
  head/sys/modules/igb/Makefile

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue May  3 21:51:52 2016	(r299006)
+++ head/Makefile.inc1	Tue May  3 22:01:48 2016	(r299007)
@@ -923,7 +923,7 @@ distributeworld installworld stageworld:
 .for dist in base ${EXTRA_DISTRIBUTIONS}
 	@# For each file that exists in this dist, print the corresponding
 	@# line from the METALOG.  This relies on the fact that
-	@# a line containing only the filename will sort immediatly before
+	@# a line containing only the filename will sort immediately before
 	@# the relevant mtree line.
 	cd ${DESTDIR}/${DISTDIR}; \
 	find ./${dist} | sort -u ${METALOG} - | \
@@ -933,7 +933,7 @@ distributeworld installworld stageworld:
 .for dist in ${DEBUG_DISTRIBUTIONS}
 	@# For each file that exists in this dist, print the corresponding
 	@# line from the METALOG.  This relies on the fact that
-	@# a line containing only the filename will sort immediatly before
+	@# a line containing only the filename will sort immediately before
 	@# the relevant mtree line.
 	cd ${DESTDIR}/${DISTDIR}; \
 	find ./${dist}/usr/lib/debug | sort -u ${METALOG} - | \

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue May  3 21:51:52 2016	(r299006)
+++ head/ObsoleteFiles.inc	Tue May  3 22:01:48 2016	(r299007)
@@ -22,7 +22,7 @@
 # grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \
 # sort | uniq -d
 #
-# To find regular duplicates not dependant on optional components, you can
+# To find regular duplicates not dependent on optional components, you can
 # also use something that will not give you false positives, e.g.:
 # for t in `make -V TARGETS universe`; do
 #   __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \
@@ -3773,7 +3773,7 @@ OLD_FILES+=usr/include/sys/_elf_solaris.
 OLD_FILES+=usr/share/man/man3/pmc_x86_get_msr.3.gz
 # 20071108: Removed very crunch OLDCARD support file
 OLD_FILES+=etc/defaults/pccard.conf
-# 20071025: rc.d/nfslocking superceeded by rc.d/lockd and rc.d/statd
+# 20071025: rc.d/nfslocking superseded by rc.d/lockd and rc.d/statd
 OLD_FILES+=etc/rc.d/nfslocking
 # 20070930: rename of cached to nscd
 OLD_FILES+=etc/cached.conf

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue May  3 21:51:52 2016	(r299006)
+++ head/UPDATING	Tue May  3 22:01:48 2016	(r299007)
@@ -905,7 +905,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
 	WITH_ICONV has been split into two feature sets.  WITH_ICONV now
 	enables just the iconv* functionality and is now on by default.
 	WITH_LIBICONV_COMPAT enables the libiconv api and link time
-	compatability.  Set WITHOUT_ICONV to build the old way.
+	compatibility.  Set WITHOUT_ICONV to build the old way.
 	If you have been using WITH_ICONV before, you will very likely
 	need to turn on WITH_LIBICONV_COMPAT.
 

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Tue May  3 21:51:52 2016	(r299006)
+++ head/sys/conf/options	Tue May  3 22:01:48 2016	(r299007)
@@ -822,7 +822,7 @@ ATH_KTR_INTR_DEBUG	opt_ath.h
 # options for the Atheros hal
 AH_SUPPORT_AR5416	opt_ah.h
 # XXX For now, this breaks non-AR9130 chipsets, so only use it
-# XXX when actually targetting AR9130.
+# XXX when actually targeting AR9130.
 AH_SUPPORT_AR9130	opt_ah.h
 
 # This is required for AR933x SoC support

Modified: head/sys/modules/igb/Makefile
==============================================================================
--- head/sys/modules/igb/Makefile	Tue May  3 21:51:52 2016	(r299006)
+++ head/sys/modules/igb/Makefile	Tue May  3 22:01:48 2016	(r299007)
@@ -17,7 +17,7 @@ CFLAGS += -I${.CURDIR}/../../dev/e1000 -
 
 # IGB_LEGACY_TX will override the stack if_transmit path and
 # instead use the older if_start non-multiqueue capable interface.
-# This might be desireable for testing, or to enable the use of
+# This might be desirable for testing, or to enable the use of
 # ALTQ. 
 #CFLAGS  += -DIGB_LEGACY_TX
 



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