Chromium Code Reviews| Index: src/constants-arm.h |
| =================================================================== |
| --- src/constants-arm.h (revision 830) |
| +++ src/constants-arm.h (working copy) |
| @@ -120,7 +120,7 @@ |
| // bits. |
| // |
| // bool InstructionSetsConditionCodes(byte* ptr) { |
| -// Instr *instr = Instr::At(ptr); |
| +// Instr* instr = Instr::At(ptr); |
| // int type = instr->TypeField(); |
| // return ((type == 0) || (type == 1)) && instr->HasS(); |
| // } |