]> granicus.if.org Git - clang/commitdiff
docs: Fix spelling error.
authorSean Silva <silvas@purdue.edu>
Wed, 2 Jan 2013 20:22:14 +0000 (20:22 +0000)
committerSean Silva <silvas@purdue.edu>
Wed, 2 Jan 2013 20:22:14 +0000 (20:22 +0000)
Spotted by Nikola Smiljanic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171407 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Tooling.rst

index b1281fc09efb949344eafee3b003de5f9b59c1f7..190fb5cc3db1a7df1b2ad32d18bb348bb7b42588 100644 (file)
@@ -72,7 +72,7 @@ Use LibTooling when you...:
 * want to run tools over a single file, or a specific subset of files,
   independently of the build system
 * want full control over the Clang AST
-* want to share code with Clang Plgins
+* want to share code with Clang Plugins
 
 Do not use LibTooling when you...: