Skip to content

Commit

Permalink
Grammar bug. NFC
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241451 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
snuglas committed Jul 6, 2015
1 parent 904365e commit 7f4982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CrossCompilation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7f4982a

Please sign in to comment.