]> granicus.if.org Git - llvm/commitdiff
[mips][mt] Correct spelling error in comment. NFCI.
authorSimon Dardis <simon.dardis@imgtec.com>
Tue, 11 Jul 2017 21:36:58 +0000 (21:36 +0000)
committerSimon Dardis <simon.dardis@imgtec.com>
Tue, 11 Jul 2017 21:36:58 +0000 (21:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307717 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/AsmParser/MipsAsmParser.cpp

index 23b7a34572beeaffccd025f8db8f901c0c06eded..e12188e7060256730c69c3260c0bc26f6450ef29 100644 (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();