From 0dd8eb324d3437daf927a43ea3f91128f9445890 Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Mon, 6 Jul 2015 15:25:31 +0000 Subject: [PATCH] Grammar bug. NFC llvm-svn: 241451 --- clang/docs/CrossCompilation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/CrossCompilation.rst b/clang/docs/CrossCompilation.rst index d3a775b4fd44..8a8027117372 100644 --- a/clang/docs/CrossCompilation.rst +++ b/clang/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.