Index: src/arm/macro-assembler-arm.cc |
=================================================================== |
--- src/arm/macro-assembler-arm.cc (revision 10402) |
+++ src/arm/macro-assembler-arm.cc (working copy) |
@@ -2387,7 +2387,7 @@ |
b(gt, not_int32); |
// We know the exponent is smaller than 30 (biased). If it is less than |
- // 0 (biased) then the number is smaller in magnitude than 1.0 * 2^0, ie |
+ // 0 (biased) then the number is smaller in magnitude than 1.0 * 2^0, i.e. |
// it rounds to zero. |
const uint32_t zero_exponent = HeapNumber::kExponentBias + 0; |
sub(scratch2, scratch2, Operand(zero_exponent - fudge_factor), SetCC); |