svn commit: r273177 - head/tools/build/options

Steven Kreuzer skreuzer at FreeBSD.org
Thu Oct 16 18:28:12 UTC 2014


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 at 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.


More information about the svn-src-head mailing list