Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 5766a8ccfb18b0f89490d14df13a8d6318e6c31e..6d04acab31b8e23cd2c2cd96a49b8775a4102d86 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -815,7 +815,7 @@ enum CompareResult { |
enum class ComparisonResult { |
kLessThan, // x < y |
kEqual, // x = y |
- kGreaterThan, // x > x |
+ kGreaterThan, // x > y |
kUndefined // at least one of x or y was undefined or NaN |
}; |