summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-15 01:52:21 +0000
committerAlp Toker <alp@nuanti.com>2014-05-15 01:52:21 +0000
commit727273b11c315b0ba5ef9cbf4df442ce627045ef (patch)
tree79dec428480b4db561bfb3e93a775e8ca7689131 /utils
parent66b123f0d889ed5bd6d4b66f209617d596da9a0c (diff)
downloadllvm-727273b11c315b0ba5ef9cbf4df442ce627045ef.tar.gz
llvm-727273b11c315b0ba5ef9cbf4df442ce627045ef.tar.bz2
llvm-727273b11c315b0ba5ef9cbf4df442ce627045ef.tar.xz
Fix typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/AsmWriterEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/AsmWriterEmitter.cpp b/utils/TableGen/AsmWriterEmitter.cpp
index 57889ca754..221976a842 100644
--- a/utils/TableGen/AsmWriterEmitter.cpp
+++ b/utils/TableGen/AsmWriterEmitter.cpp
@@ -867,7 +867,7 @@ void AsmWriterEmitter::EmitPrintAliasInstruction(raw_ostream &O) {
}
} else {
// Assume all printable operands are desired for now. This can be
- // overridden in the InstAlias instantiation if neccessary.
+ // overridden in the InstAlias instantiation if necessary.
IAP->addOperand(ROName, i, PrintMethodIdx);
}