aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-04-23 08:43:08 +0000
committerManuel Klimek <klimek@google.com>2012-04-23 08:43:08 +0000
commit295413422d0c8d70e8861b71f7b622871ba1ba44 (patch)
tree2e9606386630b9678392a60491ac93ad76cebccb
parenta5416bd3caae812563eea12b3b2e21da9c5b5904 (diff)
Fixes comment referencing old name.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155340 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Tooling/Tooling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Tooling/Tooling.h b/include/clang/Tooling/Tooling.h
index 868eae3068..25ed36b726 100644
--- a/include/clang/Tooling/Tooling.h
+++ b/include/clang/Tooling/Tooling.h
@@ -15,7 +15,7 @@
// all TUs in which the given files are compiled.
//
// It is also possible to run a FrontendAction over a snippet of code by
-// calling runSyntaxOnlyToolOnCode, which is useful for unit testing.
+// calling runToolOnCode, which is useful for unit testing.
//
// Applications that need more fine grained control over how to run
// multiple FrontendActions over code can use ToolInvocation.