summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2017-07-11 21:36:58 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2017-07-11 21:36:58 +0000
commitd96119287057f4770e66a8139df98effbc818570 (patch)
tree41039100a4fe66bb19d52bb60f1d3a31e75d7e71
parent805f1e03b82386612127c1efe6ce5bdbb64890a3 (diff)
downloadbcm5719-llvm-d96119287057f4770e66a8139df98effbc818570.tar.gz
bcm5719-llvm-d96119287057f4770e66a8139df98effbc818570.zip
[mips][mt] Correct spelling error in comment. NFCI.
llvm-svn: 307717
-rw-r--r--llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
index 23b7a34572b..e12188e7060 100644
--- a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud