Index: src/mips/code-stubs-mips.cc |
=================================================================== |
--- src/mips/code-stubs-mips.cc (revision 10399) |
+++ src/mips/code-stubs-mips.cc (working copy) |
@@ -726,7 +726,7 @@ |
__ Subu(int_scratch, zero_reg, int_scratch); |
__ bind(&skip_sub); |
- // Get mantisssa[51:20]. |
+ // Get mantissa[51:20]. |
// Get the position of the first set bit. |
__ clz(dst1, int_scratch); |
@@ -971,7 +971,7 @@ |
// non zero bits left. So we need the (30 - exponent) last bits of the |
// 31 higher bits of the mantissa to be null. |
// Because bits [21:0] are null, we can check instead that the |
- // (32 - exponent) last bits of the 32 higher bits of the mantisssa are null. |
+ // (32 - exponent) last bits of the 32 higher bits of the mantissa are null. |
// Get the 32 higher bits of the mantissa in dst. |
__ Ext(dst, |
@@ -4699,7 +4699,7 @@ |
__ Ret(); |
// Do the runtime call to allocate the arguments object. |
- // a2 = argument count (taggged) |
+ // a2 = argument count (tagged) |
__ bind(&runtime); |
__ sw(a2, MemOperand(sp, 0 * kPointerSize)); // Patch argument count. |
__ TailCallRuntime(Runtime::kNewArgumentsFast, 3, 1); |