From cad9606ee40300d19d9e135065f8ffe29d970c29 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Sun, 4 Mar 2012 10:33:52 -0800 Subject: Fix MIPS comment typo. Change-Id: I0235350b4d5204e6c3a63b7f73b83c85628067f3 --- src/compiler/codegen/mips/MipsLIR.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/codegen/mips/MipsLIR.h') 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 { -- cgit v1.2.3-59-g8ed1b