fix trivial typos in comments; NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307075 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Hiroshi Inoue
2017-07-04 13:09:29 +00:00
parent 1b5fdf72da
commit b08063c374
5 changed files with 5 additions and 5 deletions

View File

@@ -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.
//
//===----------------------------------------------------------------------===//

View File

@@ -10,7 +10,7 @@
// This file is part of the X86 Disassembler Emitter.
// It contains the interface of the disassembler tables.
// Documentation for the disassembler emitter in general can be found in
// X86DisasemblerEmitter.h.
// X86DisassemblerEmitter.h.
//
//===----------------------------------------------------------------------===//

View File

@@ -11,7 +11,7 @@
// It contains ModR/M filters that determine which values of the ModR/M byte
// are valid for a partiuclar instruction.
// Documentation for the disassembler emitter in general can be found in
// X86DisasemblerEmitter.h.
// X86DisassemblerEmitter.h.
//
//===----------------------------------------------------------------------===//

View File

@@ -10,7 +10,7 @@
// This file is part of the X86 Disassembler Emitter.
// It contains the implementation of a single recognizable instruction.
// Documentation for the disassembler emitter in general can be found in
// X86DisasemblerEmitter.h.
// X86DisassemblerEmitter.h.
//
//===----------------------------------------------------------------------===//

View File

@@ -10,7 +10,7 @@
// This file is part of the X86 Disassembler Emitter.
// It contains the interface of a single recognizable instruction.
// Documentation for the disassembler emitter in general can be found in
// X86DisasemblerEmitter.h.
// X86DisassemblerEmitter.h.
//
//===----------------------------------------------------------------------===//