diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h index 8e8ff1079d06..ff2dd4a3b608 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;