diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-04 13:09:29 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-04 13:09:29 +0000 |
commit | 2344b7611a3fb5b09573035cb14c666f7b908f2e (patch) | |
tree | b5cbdb2eac74b7c09fff7012a6e626a51c4e5e7b /llvm/utils/TableGen/X86DisassemblerTables.cpp | |
parent | 200dc12f3bb3b290b1ff0f2f079076f6751649d9 (diff) | |
download | bcm5719-llvm-2344b7611a3fb5b09573035cb14c666f7b908f2e.tar.gz bcm5719-llvm-2344b7611a3fb5b09573035cb14c666f7b908f2e.zip |
fix trivial typos in comments; NFC
llvm-svn: 307075
Diffstat (limited to 'llvm/utils/TableGen/X86DisassemblerTables.cpp')
-rw-r--r-- | llvm/utils/TableGen/X86DisassemblerTables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/X86DisassemblerTables.cpp b/llvm/utils/TableGen/X86DisassemblerTables.cpp index c9e36f96736..c80b96905b3 100644 --- a/llvm/utils/TableGen/X86DisassemblerTables.cpp +++ b/llvm/utils/TableGen/X86DisassemblerTables.cpp @@ -10,7 +10,7 @@ // This file is part of the X86 Disassembler Emitter. // It contains the implementation of the disassembler tables. // Documentation for the disassembler emitter in general can be found in -// X86DisasemblerEmitter.h. +// X86DisassemblerEmitter.h. // //===----------------------------------------------------------------------===// |