1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[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 c8fe6b02b4
commit f277cf9f5c

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