diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2014-06-25 22:15:12 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2014-06-25 22:15:12 +0000 |
| commit | f0a3996082f78c40583ffa893f452f94f3acc0a3 (patch) | |
| tree | 683d0e3c7e80cf23aeca036a4343d3166d5b4fe2 /clang | |
| parent | d7f158e0061984f3fbc25d4195dd09c219e24724 (diff) | |
| download | bcm5719-llvm-f0a3996082f78c40583ffa893f452f94f3acc0a3.tar.gz bcm5719-llvm-f0a3996082f78c40583ffa893f452f94f3acc0a3.zip | |
fixed typos in comment
llvm-svn: 211734
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/Tooling/CommonOptionsParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Tooling/CommonOptionsParser.h b/clang/include/clang/Tooling/CommonOptionsParser.h index cc4f8df136d..815ede80c23 100644 --- a/clang/include/clang/Tooling/CommonOptionsParser.h +++ b/clang/include/clang/Tooling/CommonOptionsParser.h @@ -50,7 +50,7 @@ namespace tooling { /// static cl::OptionCategory MyToolCategory("My tool options"); /// static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage); /// static cl::extrahelp MoreHelp("\nMore help text..."); -/// static cl:opt<bool> YourOwnOption(...); +/// static cl::opt<bool> YourOwnOption(...); /// ... /// /// int main(int argc, const char **argv) { |

