]> granicus.if.org Git - clang/commitdiff
Documentation: fix link to ExecuteAction(), which was previously typoed as
authorJames Dennett <jdennett@google.com>
Wed, 30 Jan 2013 17:53:07 +0000 (17:53 +0000)
committerJames Dennett <jdennett@google.com>
Wed, 30 Jan 2013 17:53:07 +0000 (17:53 +0000)
"ExecutionAction()".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173948 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/FrontendAction.h

index 75a8022e658bf1413ea51c3585048595b11ce846..c67be924720c68779f458f2e81ad155d9556cdc6 100644 (file)
@@ -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.