Date: Thu, 16 Oct 2014 18:28:11 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r273177 - head/tools/build/options Message-ID: <201410161828.s9GISB78002753@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer (doc,ports committer) Date: Thu Oct 16 18:28:11 2014 New Revision: 273177 URL: https://svnweb.freebsd.org/changeset/base/273177 Log: Correct two typos PR: 194350 Submitted by: jiashiun@gmail.com Approved by: hrs (mentor) Modified: head/tools/build/options/WITHOUT_CLANG_BOOTSTRAP head/tools/build/options/WITHOUT_GCC_BOOTSTRAP Modified: head/tools/build/options/WITHOUT_CLANG_BOOTSTRAP ============================================================================== --- head/tools/build/options/WITHOUT_CLANG_BOOTSTRAP Thu Oct 16 18:16:31 2014 (r273176) +++ head/tools/build/options/WITHOUT_CLANG_BOOTSTRAP Thu Oct 16 18:28:11 2014 (r273177) @@ -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. Modified: head/tools/build/options/WITHOUT_GCC_BOOTSTRAP ============================================================================== --- head/tools/build/options/WITHOUT_GCC_BOOTSTRAP Thu Oct 16 18:16:31 2014 (r273176) +++ head/tools/build/options/WITHOUT_GCC_BOOTSTRAP Thu Oct 16 18:28:11 2014 (r273177) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410161828.s9GISB78002753>