aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-02 20:22:14 +0000
committerSean Silva <silvas@purdue.edu>2013-01-02 20:22:14 +0000
commit6fad57501897a98bb36469ee9d9120af4c01b6e6 (patch)
tree84924c5a343391543e3b50ecc1b543817836b6b0
parent1b46eade5cd4f4e146d74610b9e0b719e3ab2fc8 (diff)
docs: Fix spelling error.
Spotted by Nikola Smiljanic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171407 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/Tooling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Tooling.rst b/docs/Tooling.rst
index b1281fc09e..190fb5cc3d 100644
--- a/docs/Tooling.rst
+++ b/docs/Tooling.rst
@@ -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...: