Grammar bug. NFC

llvm-svn: 241451
This commit is contained in:
Douglas Katzman 2015-07-06 15:25:31 +00:00
parent 76ad232179
commit 0dd8eb324d
1 changed files with 1 additions and 1 deletions

View 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.