diff options
author | Timur Iskhodzhanov <timurrrr@google.com> | 2013-12-03 18:57:43 +0000 |
---|---|---|
committer | Timur Iskhodzhanov <timurrrr@google.com> | 2013-12-03 18:57:43 +0000 |
commit | c05ef04f3d7876565303f0b2f5a063925d2910d1 (patch) | |
tree | b5ae4392a0ebb45d79c025019d2259552e97efeb /llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h | |
parent | 12d2143dbc4df03371143df404320660e7947f89 (diff) | |
download | bcm5719-llvm-c05ef04f3d7876565303f0b2f5a063925d2910d1.tar.gz bcm5719-llvm-c05ef04f3d7876565303f0b2f5a063925d2910d1.zip |
Fix a typo in a comment
llvm-svn: 196304
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h index 8e8ff1079d0..ff2dd4a3b60 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h @@ -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; |