| Index: src/x87/assembler-x87.h
|
| diff --git a/src/x87/assembler-x87.h b/src/x87/assembler-x87.h
|
| index 1fd724feadbb673698dabf39b9a6c3c242605069..162416735b0be3150e9f6efa4a95de00d3f6fd1c 100644
|
| --- a/src/x87/assembler-x87.h
|
| +++ b/src/x87/assembler-x87.h
|
| @@ -238,7 +238,7 @@ inline Condition NegateCondition(Condition cc) {
|
| }
|
|
|
|
|
| -// Commute a condition such that a cond b == b cond' b.
|
| +// Commute a condition such that {a cond b == b cond' a}.
|
| inline Condition CommuteCondition(Condition cc) {
|
| switch (cc) {
|
| case below:
|
|
|