docs: Fix spelling error.

Spotted by Nikola Smiljanic.

llvm-svn: 171407
This commit is contained in:
Sean Silva 2013-01-02 20:22:14 +00:00
parent 30589ce60e
commit 29b7a60b12
1 changed files with 1 additions and 1 deletions

View 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...: