From: Timur Iskhodzhanov Date: Tue, 3 Dec 2013 18:57:43 +0000 (+0000) Subject: Fix a typo in a comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aceff4a16ed5227cba221da2f0375fdc5021771a;p=oota-llvm.git Fix a typo in a comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196304 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h b/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h index 8e8ff1079d0..ff2dd4a3b60 100644 --- a/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h +++ b/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;