Fix a typo in a comment

llvm-svn: 196304
This commit is contained in:
Timur Iskhodzhanov 2013-12-03 18:57:43 +00:00
parent 12d2143dbc
commit c05ef04f3d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public:
virtual void beginFunction(const MachineFunction *MF) = 0;
/// \brief Gather post-function debug information.
/// Please note that some AsmPrinter implementationss may not call
/// Please note that some AsmPrinter implementations may not call
/// beginFunction at all.
virtual void endFunction(const MachineFunction *MF) = 0;