aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-08-13 22:32:42 +0000
committerWarner Losh <imp@FreeBSD.org>2015-08-13 22:32:42 +0000
commit39d3a8449c46996ec9bcf0d9ed9c0cd96fb44411 (patch)
tree784ec463031a5892ca7ec69204a54f28a386bcb3 /Makefile.inc1
parent55f80482d480293de647c43d23d9bfcb825f2b6c (diff)
downloadsrc-39d3a8449c46996ec9bcf0d9ed9c0cd96fb44411.tar.gz
src-39d3a8449c46996ec9bcf0d9ed9c0cd96fb44411.zip
Spell binaries in the customary way.
Submitted by: jhb@
Notes
Notes: svn path=/head/; revision=286747
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 0d4d06d35ed3..b14051cc5e72 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -220,7 +220,7 @@ INSTALLTMP!= /usr/bin/mktemp -d -u -t install
# This stage is responsible for creating the object
# tree and building any tools that are needed during
# the build process. Some programs are listed during
-# this phase because they build binaires to generate
+# this phase because they build binaries to generate
# files needed to build these programs. This stage also
# builds the 'build-tools' target rather than 'all'.
# 3. cross-tools stage [XMAKE]