[llvm-commits] [llvm] r49040 - /llvm/trunk/docs/CommandLine.html

Chris Lattner sabre at nondot.org
Tue Apr 1 11:02:36 PDT 2008


Author: lattner
Date: Tue Apr  1 13:02:36 2008
New Revision: 49040

URL: http://llvm.org/viewvc/llvm-project?rev=49040&view=rev
Log:
minor typo

Modified:
    llvm/trunk/docs/CommandLine.html

Modified: llvm/trunk/docs/CommandLine.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandLine.html?rev=49040&r1=49039&r2=49040&view=diff

==============================================================================
--- llvm/trunk/docs/CommandLine.html (original)
+++ llvm/trunk/docs/CommandLine.html Tue Apr  1 13:02:36 2008
@@ -902,7 +902,7 @@
   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





More information about the llvm-commits mailing list