]> granicus.if.org Git - clang/commitdiff
Fixed a typo
authorAlexander Kornienko <alexfh@google.com>
Thu, 12 Dec 2013 10:08:54 +0000 (10:08 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 12 Dec 2013 10:08:54 +0000 (10:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197142 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibTooling.rst

index 963de603c550f496e5531c8673f1152ad40620db..63d38b519ad7361cfe7de3f23e235574188efd56 100644 (file)
@@ -122,7 +122,7 @@ tool is also checked into the clang tree at
 
   // Apply a custom category to all command-line options so that they are the
   // only ones displayed.
-  cl::MyToolCategory("my-tool options");
+  cl::OptionCategory MyToolCategory("my-tool options");
 
   // CommonOptionsParser declares HelpMessage with a description of the common
   // command-line options related to the compilation database and input files.