aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Frontend/FrontendAction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/FrontendAction.h b/include/clang/Frontend/FrontendAction.h
index 75a8022e65..c67be92472 100644
--- a/include/clang/Frontend/FrontendAction.h
+++ b/include/clang/Frontend/FrontendAction.h
@@ -69,7 +69,7 @@ protected:
/// before BeginSourceFileAction is called.
///
/// \return True on success; on failure BeginSourceFileAction(),
- /// ExecutionAction() and EndSourceFileAction() will not be called.
+ /// ExecuteAction() and EndSourceFileAction() will not be called.
virtual bool BeginInvocation(CompilerInstance &CI) { return true; }
/// \brief Callback at the start of processing a single input.