From: Chris Lattner
Date: Tue, 1 Apr 2008 18:02:36 +0000 (+0000)
Subject: minor typo
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8eedc9ee2ca3bb489957de68e3f907c88ca39efc;p=oota-llvm.git
minor typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49040 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index 76cc51ce203..91f4b1535e4 100644
--- a/docs/CommandLine.html
+++ b/docs/CommandLine.html
@@ -902,7 +902,7 @@ can use it like this:
example, consider gcc's -x LANG option. This tells
gcc to ignore the suffix of subsequent positional arguments and force
the file to be interpreted as if it contained source code in language
- LANG. In order to handle this properly , you need to know the
+ LANG. 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
-llibname which is actually a positional argument that starts with