Fixes comment referencing old name.

llvm-svn: 155340
This commit is contained in:
Manuel Klimek 2012-04-23 08:43:08 +00:00
parent 153bb34a3c
commit 9aa539513c
1 changed files with 1 additions and 1 deletions

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