diff options
| author | 2012-03-04 10:33:52 -0800 | |
|---|---|---|
| committer | 2012-03-05 09:07:56 -0800 | |
| commit | cad9606ee40300d19d9e135065f8ffe29d970c29 (patch) | |
| tree | d43c03c0a5e677353a499077e720d62974cb28dd /src/compiler/codegen/mips/MipsLIR.h | |
| parent | fb6adba0d5d5505610fbd325e7911db700a2f1e8 (diff) | |
Fix MIPS comment typo.
Change-Id: I0235350b4d5204e6c3a63b7f73b83c85628067f3
Diffstat (limited to 'src/compiler/codegen/mips/MipsLIR.h')
| -rw-r--r-- | src/compiler/codegen/mips/MipsLIR.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/mips/MipsLIR.h b/src/compiler/codegen/mips/MipsLIR.h index 18f06ae4b2..320ec520f8 100644 --- a/src/compiler/codegen/mips/MipsLIR.h +++ b/src/compiler/codegen/mips/MipsLIR.h @@ -530,7 +530,7 @@ typedef enum MipsEncodingKind { kFmtBlt5_2, /* Same 5-bit field to 2 locations */ } MipsEncodingKind; -/* Struct used to define the snippet positions for each Thumb opcode */ +/* Struct used to define the snippet positions for each MIPS opcode */ typedef struct MipsEncodingMap { u4 skeleton; struct { |