[mips][mt] Correct spelling error in comment. NFCI.

llvm-svn: 307717
This commit is contained in:
Simon Dardis 2017-07-11 21:36:58 +00:00
parent 805f1e03b8
commit d961192870
1 changed files with 1 additions and 1 deletions

View File

@ -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();