Index: src/mips/constants-mips.h |
diff --git a/src/mips/constants-mips.h b/src/mips/constants-mips.h |
index 34d0742162034e959fa03cb8286f3121dd565179..fc64f7dbbf99431e5cdd21866ef41f905680bb0e 100644 |
--- a/src/mips/constants-mips.h |
+++ b/src/mips/constants-mips.h |
@@ -504,7 +504,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 Uless: |