Fixed a typo
llvm-svn: 197142
diff --git a/clang/docs/LibTooling.rst b/clang/docs/LibTooling.rst
index 963de60..63d38b5 100644
--- a/clang/docs/LibTooling.rst
+++ b/clang/docs/LibTooling.rst
@@ -122,7 +122,7 @@
// 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.