diff options
author | Chris Lattner <sabre@nondot.org> | 2008-04-01 18:02:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-04-01 18:02:36 +0000 |
commit | 6604139d700846b281dcbc37b449b13fc6be88a6 (patch) | |
tree | 242f3b6431ef9b8f2d12d782f9395ce33f3c3ba3 /docs | |
parent | 0008874e6716f9eebb9628050ba286046666aedf (diff) | |
download | external_llvm-6604139d700846b281dcbc37b449b13fc6be88a6.zip external_llvm-6604139d700846b281dcbc37b449b13fc6be88a6.tar.gz external_llvm-6604139d700846b281dcbc37b449b13fc6be88a6.tar.bz2 |
minor typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandLine.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 76cc51c..91f4b15 100644 --- a/docs/CommandLine.html +++ b/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 |