[llvm] r196304 - Fix a typo in a comment
Timur Iskhodzhanov
timurrrr at google.com
Tue Dec 3 10:57:43 PST 2013
Author: timurrrr
Date: Tue Dec 3 12:57:43 2013
New Revision: 196304
URL: http://llvm.org/viewvc/llvm-project?rev=196304&view=rev
Log:
Fix a typo in a comment
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h?rev=196304&r1=196303&r2=196304&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h Tue Dec 3 12:57:43 2013
@@ -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;
More information about the llvm-commits
mailing list