summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandLine.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-01 18:02:36 +0000
committerChris Lattner <sabre@nondot.org>2008-04-01 18:02:36 +0000
commit5db870c90409eebff58ce199ea625d880eb10b20 (patch)
tree1eb04d12256142050ce7f94e13f46f7e05d219e5 /llvm/docs/CommandLine.html
parent306e3dcff411abccfffc2b469a3ae04bf00d2cea (diff)
downloadbcm5719-llvm-5db870c90409eebff58ce199ea625d880eb10b20.tar.gz
bcm5719-llvm-5db870c90409eebff58ce199ea625d880eb10b20.zip
minor typo
llvm-svn: 49040
Diffstat (limited to 'llvm/docs/CommandLine.html')
-rw-r--r--llvm/docs/CommandLine.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html
index 76cc51ce203..91f4b1535e4 100644
--- a/llvm/docs/CommandLine.html
+++ b/llvm/docs/CommandLine.html
@@ -902,7 +902,7 @@ can use it like this:</p>
example, consider <tt>gcc</tt>'s <tt>-x LANG</tt> option. This tells
<tt>gcc</tt> to ignore the suffix of subsequent positional arguments and force
the file to be interpreted as if it contained source code in language
- <tt>LANG</tt>. In order to handle this properly , you need to know the
+ <tt>LANG</tt>. In order to handle this properly, you need to know the
absolute position of each argument, especially those in lists, so their
interaction(s) can be applied correctly. This is also useful for options like
<tt>-llibname</tt> which is actually a positional argument that starts with
OpenPOWER on IntegriCloud