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 | 666cf9d2f255c968159a7e2e90d82793f8358eb8 (patch) | |
tree | e947340f0eeb3f2172ded3aa6054d07691df302c /llvm/docs/CommandLine.html | |
parent | 8b79886e0deec415a2efdbdbd80378e3e26b4af4 (diff) | |
download | bcm5719-llvm-666cf9d2f255c968159a7e2e90d82793f8358eb8.tar.gz bcm5719-llvm-666cf9d2f255c968159a7e2e90d82793f8358eb8.zip |
Remove duplicated colons and spaces.
llvm-svn: 77892
Diffstat (limited to 'llvm/docs/CommandLine.html')
-rw-r--r-- | llvm/docs/CommandLine.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index 853ddbf0b85..68e376e8143 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/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!"); } } } |