From cf376d144d6f447e3a56599829ebedd76d394a29 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 13 Aug 2015 22:32:42 +0000 Subject: [PATCH] Spell binaries in the customary way. Submitted by: jhb@ --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]