summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-02 12:13:02 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-02 12:13:02 +0000
commite6864c1d355c4ec1156b956c1dd548682ad3e6b1 (patch)
tree125d7f204d2ed32724277b5fcc0ed6f42eef9e87 /docs
parentbcdbcb9f95ce02cdc25048938fc461325b6e94a6 (diff)
downloadllvm-e6864c1d355c4ec1156b956c1dd548682ad3e6b1.tar.gz
llvm-e6864c1d355c4ec1156b956c1dd548682ad3e6b1.tar.bz2
llvm-e6864c1d355c4ec1156b956c1dd548682ad3e6b1.tar.xz
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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index 853ddbf0b8..68e376e814 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!");
}
}
}