]> granicus.if.org Git - clang/commitdiff
Grammar bug. NFC
authorDouglas Katzman <dougk@google.com>
Mon, 6 Jul 2015 15:25:31 +0000 (15:25 +0000)
committerDouglas Katzman <dougk@google.com>
Mon, 6 Jul 2015 15:25:31 +0000 (15:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241451 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CrossCompilation.rst

index d3a775b4fd44c4a6fc4e032bc33c1701b0f2e799..8a8027117372b27663e0db7d7486c8a7327aba60 100644 (file)
@@ -92,7 +92,7 @@ will be assumed, which sets the defaults for the specified architecture.
 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.