minor typo

llvm-svn: 49040
This commit is contained in:
Chris Lattner 2008-04-01 18:02:36 +00:00
parent 306e3dcff4
commit 5db870c904
1 changed files with 1 additions and 1 deletions

View File

@ -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