r241451 - Grammar bug. NFC

Douglas Katzman dougk at google.com
Mon Jul 6 08:25:32 PDT 2015


Author: dougk
Date: Mon Jul  6 10:25:31 2015
New Revision: 241451

URL: http://llvm.org/viewvc/llvm-project?rev=241451&view=rev
Log:
Grammar bug. NFC

Modified:
    cfe/trunk/docs/CrossCompilation.rst

Modified: cfe/trunk/docs/CrossCompilation.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/CrossCompilation.rst?rev=241451&r1=241450&r2=241451&view=diff
==============================================================================
--- cfe/trunk/docs/CrossCompilation.rst (original)
+++ cfe/trunk/docs/CrossCompilation.rst Mon Jul  6 10:25:31 2015
@@ -92,7 +92,7 @@ will be assumed, which sets the defaults
 The system name is generally the OS (linux, darwin), but could be special
 like the bare-metal "none".
 
-When a parameter is not important, they can be omitted, or you can
+When a parameter is not important, it can be omitted, or you can
 choose ``unknown`` and the defaults will be used. If you choose a parameter
 that Clang doesn't know, like ``blerg``, it'll ignore and assume
 ``unknown``, which is not always desired, so be careful.





More information about the cfe-commits mailing list