summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2014-10-16 18:28:11 +0000
committerskreuzer <skreuzer@FreeBSD.org>2014-10-16 18:28:11 +0000
commite28b457bbf424697c497f33a244dedf3643f8c01 (patch)
tree5ada5acfb283f36e276c0e2057bb49e91186a0f9 /tools
parente88bd26b3f101e3aad82304315f731daa60cc6de (diff)
downloadFreeBSD-src-e28b457bbf424697c497f33a244dedf3643f8c01.zip
FreeBSD-src-e28b457bbf424697c497f33a244dedf3643f8c01.tar.gz
Correct two typos
PR: 194350 Submitted by: jiashiun@gmail.com Approved by: hrs (mentor)
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_CLANG_BOOTSTRAP4
-rw-r--r--tools/build/options/WITHOUT_GCC_BOOTSTRAP4
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/build/options/WITHOUT_CLANG_BOOTSTRAP b/tools/build/options/WITHOUT_CLANG_BOOTSTRAP
index a22046d..4a86791 100644
--- a/tools/build/options/WITHOUT_CLANG_BOOTSTRAP
+++ b/tools/build/options/WITHOUT_CLANG_BOOTSTRAP
@@ -1,5 +1,5 @@
.\" $FreeBSD$
Set to not build the Clang C/C++ compiler during the bootstrap phase of the build.
-You must enable wither gcc or clang bootstrap to be able to build the system,
-unless an alternative compiiler is provided via
+You must enable either gcc or clang bootstrap to be able to build the system,
+unless an alternative compiler is provided via
XCC.
diff --git a/tools/build/options/WITHOUT_GCC_BOOTSTRAP b/tools/build/options/WITHOUT_GCC_BOOTSTRAP
index 668ff14..67a8969 100644
--- a/tools/build/options/WITHOUT_GCC_BOOTSTRAP
+++ b/tools/build/options/WITHOUT_GCC_BOOTSTRAP
@@ -1,5 +1,5 @@
.\" $FreeBSD$
Set to not build gcc and g++ as part of the bootstrap process.
-You must enable wither gcc or clang bootstrap to be able to build the system,
-unless an alternative compiiler is provided via
+You must enable either gcc or clang bootstrap to be able to build the system,
+unless an alternative compiler is provided via
XCC.
OpenPOWER on IntegriCloud