From: Sanjay Patel Date: Wed, 25 Jun 2014 22:15:12 +0000 (+0000) Subject: fixed typos in comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85fb905d517e07b0322fee8236e7b3314fb799aa;p=clang fixed typos in comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211734 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Tooling/CommonOptionsParser.h b/include/clang/Tooling/CommonOptionsParser.h index cc4f8df136..815ede80c2 100644 --- a/include/clang/Tooling/CommonOptionsParser.h +++ b/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 YourOwnOption(...); +/// static cl::opt YourOwnOption(...); /// ... /// /// int main(int argc, const char **argv) {