r211734 - fixed typos in comment
Sanjay Patel
spatel at rotateright.com
Wed Jun 25 15:15:13 PDT 2014
Author: spatel
Date: Wed Jun 25 17:15:12 2014
New Revision: 211734
URL: http://llvm.org/viewvc/llvm-project?rev=211734&view=rev
Log:
fixed typos in comment
Modified:
cfe/trunk/include/clang/Tooling/CommonOptionsParser.h
Modified: cfe/trunk/include/clang/Tooling/CommonOptionsParser.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Tooling/CommonOptionsParser.h?rev=211734&r1=211733&r2=211734&view=diff
==============================================================================
--- cfe/trunk/include/clang/Tooling/CommonOptionsParser.h (original)
+++ cfe/trunk/include/clang/Tooling/CommonOptionsParser.h Wed Jun 25 17:15:12 2014
@@ -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) {
More information about the cfe-commits
mailing list