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: jiash...@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. _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"