diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-02 12:13:02 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-02 12:13:02 +0000 |
commit | e6864c1d355c4ec1156b956c1dd548682ad3e6b1 (patch) | |
tree | 125d7f204d2ed32724277b5fcc0ed6f42eef9e87 /docs | |
parent | bcdbcb9f95ce02cdc25048938fc461325b6e94a6 (diff) | |
download | external_llvm-e6864c1d355c4ec1156b956c1dd548682ad3e6b1.zip external_llvm-e6864c1d355c4ec1156b956c1dd548682ad3e6b1.tar.gz external_llvm-e6864c1d355c4ec1156b956c1dd548682ad3e6b1.tar.bz2 |
Remove duplicated colons and spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77892 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 853ddbf..68e376e 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -1883,7 +1883,7 @@ our example, we implement <tt>parse</tt> as:</p> default: <i>// Print an error message if unrecognized character!</i> - <b>return</b> O.error(": '" + Arg + "' value invalid for file size argument!"); + <b>return</b> O.error("'" + Arg + "' value invalid for file size argument!"); } } } |