summaryrefslogtreecommitdiff
path: root/docs/CrossCompilation.rst
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2015-07-06 15:25:31 +0000
committerDouglas Katzman <dougk@google.com>2015-07-06 15:25:31 +0000
commit7f4982a8e2822559b5073e59ee4c356b4a6bfdd5 (patch)
tree893a78905177de6377e4dfe0b84af759b68fa58f /docs/CrossCompilation.rst
parent904365edb126fca6434a14dc241686a8734b485c (diff)
downloadclang-7f4982a8e2822559b5073e59ee4c356b4a6bfdd5.tar.gz
Grammar bug. NFC
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241451 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CrossCompilation.rst')
-rw-r--r--docs/CrossCompilation.rst2
1 files changed, 1 insertions, 1 deletions
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.