| Index: src/mips/assembler-mips.cc
|
| diff --git a/src/mips/assembler-mips.cc b/src/mips/assembler-mips.cc
|
| index 8fb16090b2fcecf84020973b2b40fc12c872411e..8a5ae774ba23e2af635634f67c46a51541763c73 100644
|
| --- a/src/mips/assembler-mips.cc
|
| +++ b/src/mips/assembler-mips.cc
|
| @@ -665,7 +665,7 @@ int Assembler::target_at(int pos, bool is_internal) {
|
| // Check we have a branch or jump instruction.
|
| DCHECK(IsBranch(instr) || IsLui(instr));
|
| // Do NOT change this to <<2. We rely on arithmetic shifts here, assuming
|
| - // the compiler uses arithmectic shifts for signed integers.
|
| + // the compiler uses arithmetic shifts for signed integers.
|
| if (IsBranch(instr)) {
|
| int32_t imm18 = ((instr & static_cast<int32_t>(kImm16Mask)) << 16) >> 14;
|
|
|
|
|