]> granicus.if.org Git - clang/commitdiff
Fixes comment referencing old name.
authorManuel Klimek <klimek@google.com>
Mon, 23 Apr 2012 08:43:08 +0000 (08:43 +0000)
committerManuel Klimek <klimek@google.com>
Mon, 23 Apr 2012 08:43:08 +0000 (08:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155340 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Tooling/Tooling.h

index 868eae306899ecdbeb2e692650b4c22d3439e03d..25ed36b726e350e6b211128b2a020349a38c8873 100644 (file)
@@ -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.