From: Simon Dardis Date: Tue, 11 Jul 2017 21:36:58 +0000 (+0000) Subject: [mips][mt] Correct spelling error in comment. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5da2fdc538cc4087a47e8ae0a016e48d682141c;p=llvm [mips][mt] Correct spelling error in comment. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307717 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/lib/Target/Mips/AsmParser/MipsAsmParser.cpp index 23b7a34572b..e12188e7060 100644 --- a/lib/Target/Mips/AsmParser/MipsAsmParser.cpp +++ b/lib/Target/Mips/AsmParser/MipsAsmParser.cpp @@ -7228,7 +7228,7 @@ bool MipsAsmParser::parseDirectiveModule() { // updated above. getTargetStreamer().updateABIInfo(*this); - // If priniing assembly, use the recently updated ABI Flags information. + // If printing assembly, use the recently updated ABI Flags information. // If generating ELF, don't do anything (the .MIPS.abiflags section gets // emitted later). getTargetStreamer().emitDirectiveModuleMT();