]> granicus.if.org Git - clang/commitdiff
fixed typos in comment
authorSanjay Patel <spatel@rotateright.com>
Wed, 25 Jun 2014 22:15:12 +0000 (22:15 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 25 Jun 2014 22:15:12 +0000 (22:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211734 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Tooling/CommonOptionsParser.h

index cc4f8df136dcabe1469ea337e67ee64bd18a8a3a..815ede80c2339f9e6e60e66568f8d301d7117c29 100644 (file)
@@ -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) {