diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-03-31 10:59:37 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-03-31 10:59:37 +0000 |
commit | 6bdc75551990d2d299398b655d64364f1bea989d (patch) | |
tree | c98f8051e693c1c8a45202e3d191e0df436b0d8d /llvm/utils | |
parent | 5ba3d85ccb355a6c1728767f955ed9ad68fa722c (diff) | |
download | bcm5719-llvm-6bdc75551990d2d299398b655d64364f1bea989d.tar.gz bcm5719-llvm-6bdc75551990d2d299398b655d64364f1bea989d.zip |
Spelling mistakes in comments. NFCI.
llvm-svn: 299197
Diffstat (limited to 'llvm/utils')
-rw-r--r-- | llvm/utils/TableGen/AsmMatcherEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp b/llvm/utils/TableGen/AsmMatcherEmitter.cpp index 5953bdc7301..3947d0220ed 100644 --- a/llvm/utils/TableGen/AsmMatcherEmitter.cpp +++ b/llvm/utils/TableGen/AsmMatcherEmitter.cpp @@ -2884,7 +2884,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) { StringTable.EmitString(OS); OS << ";\n\n"; - // Emit the static match table; unused classes get initalized to 0 which is + // Emit the static match table; unused classes get initialized to 0 which is // guaranteed to be InvalidMatchClass. // // FIXME: We can reduce the size of this table very easily. First, we change |