From: Douglas Katzman Date: Mon, 6 Jul 2015 15:25:31 +0000 (+0000) Subject: Grammar bug. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f4982a8e2822559b5073e59ee4c356b4a6bfdd5;p=clang Grammar bug. NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241451 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CrossCompilation.rst b/docs/CrossCompilation.rst index d3a775b4fd..8a80271173 100644 --- a/docs/CrossCompilation.rst +++ b/docs/CrossCompilation.rst @@ -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.