summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 22:01:48 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 22:01:48 +0000
commit871e47bb43ad9f672c1f123bd94ba4e6ebc8749d (patch)
tree5dc7f088dbf86206e51ccbf49535f02f8b3db243
parentffb7443159e30477f3edc3382e3312675025e80b (diff)
downloadFreeBSD-src-871e47bb43ad9f672c1f123bd94ba4e6ebc8749d.zip
FreeBSD-src-871e47bb43ad9f672c1f123bd94ba4e6ebc8749d.tar.gz
Misc. build: minor spelling fixes.
No functional change.
-rw-r--r--Makefile.inc14
-rw-r--r--ObsoleteFiles.inc4
-rw-r--r--UPDATING2
-rw-r--r--sys/conf/options2
-rw-r--r--sys/modules/igb/Makefile2
5 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1a17db0..5e8c0d5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -923,7 +923,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
.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: _installcheck_world .PHONY
.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} - | \
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index ef27380..84cd328 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -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.h
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
diff --git a/UPDATING b/UPDATING
index dcff315..7b1ec46 100644
--- a/UPDATING
+++ b/UPDATING
@@ -905,7 +905,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
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.
diff --git a/sys/conf/options b/sys/conf/options
index 11e778f..4d6ee66 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -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
diff --git a/sys/modules/igb/Makefile b/sys/modules/igb/Makefile
index 57a74fa..4db9608 100644
--- a/sys/modules/igb/Makefile
+++ b/sys/modules/igb/Makefile
@@ -17,7 +17,7 @@ CFLAGS += -I${.CURDIR}/../../dev/e1000 -DSMP
# 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
OpenPOWER on IntegriCloud