From 9afb17858f2a150006ef9fc2497c31176ea0ce56 Mon Sep 17 00:00:00 2001 From: Steven Kreuzer Date: Thu, 16 Oct 2014 18:28:11 +0000 Subject: [PATCH] Correct two typos PR: 194350 Submitted by: jiashiun@gmail.com Approved by: hrs (mentor) --- tools/build/options/WITHOUT_CLANG_BOOTSTRAP | 4 ++-- tools/build/options/WITHOUT_GCC_BOOTSTRAP | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/build/options/WITHOUT_CLANG_BOOTSTRAP b/tools/build/options/WITHOUT_CLANG_BOOTSTRAP index a22046d19248..4a86791fd3c5 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 668ff14496a0..67a8969d6392 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.