Frontend: fix comment typos

llvm-svn: 149495
This commit is contained in:
Dylan Noblesmith 2012-02-01 13:50:20 +00:00
parent 824eed70a6
commit 9759e9b11b
1 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ protected:
/// EndSourceFileAction - Callback at the end of processing a single input; /// EndSourceFileAction - Callback at the end of processing a single input;
/// this is guaranteed to only be called following a successful call to /// this is guaranteed to only be called following a successful call to
/// BeginSourceFileAction (and BeingSourceFile). /// BeginSourceFileAction (and BeginSourceFile).
virtual void EndSourceFileAction() {} virtual void EndSourceFileAction() {}
/// @} /// @}
@ -183,8 +183,8 @@ public:
/// automatically be shared with the AST file in between \see /// automatically be shared with the AST file in between \see
/// BeginSourceFile() and \see EndSourceFile(). /// BeginSourceFile() and \see EndSourceFile().
/// ///
/// \return True on success; the compilation of this file should be aborted /// \return True on success; on failure the compilation of this file should
/// and neither Execute nor EndSourceFile should be called. /// be aborted and neither Execute nor EndSourceFile should be called.
bool BeginSourceFile(CompilerInstance &CI, const FrontendInputFile &Input); bool BeginSourceFile(CompilerInstance &CI, const FrontendInputFile &Input);
/// Execute - Set the source managers main input file, and run the action. /// Execute - Set the source managers main input file, and run the action.