minor typo
authorChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 18:02:36 +0000 (18:02 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 18:02:36 +0000 (18:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49040 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandLine.html

index 76cc51ce20369aefd079da7077cc9ac9c1d13afa..91f4b1535e4ea54bf060ac5d9ddbf15e8c27285b 100644 (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