| Index: src/mips/constants-mips.h
|
| ===================================================================
|
| --- src/mips/constants-mips.h (revision 10402)
|
| +++ src/mips/constants-mips.h (working copy)
|
| @@ -747,7 +747,7 @@
|
|
|
| // Say if the instruction should not be used in a branch delay slot.
|
| bool IsForbiddenInBranchDelay() const;
|
| - // Say if the instruction 'links'. eg: jal, bal.
|
| + // Say if the instruction 'links'. e.g. jal, bal.
|
| bool IsLinkingInstruction() const;
|
| // Say if the instruction is a break or a trap.
|
| bool IsTrap() const;
|
|
|