summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2013-12-03 18:57:43 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2013-12-03 18:57:43 +0000
commitc05ef04f3d7876565303f0b2f5a063925d2910d1 (patch)
treeb5ae4392a0ebb45d79c025019d2259552e97efeb /llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
parent12d2143dbc4df03371143df404320660e7947f89 (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud