Index: src/ia32/builtins-ia32.cc |
diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc |
index d748d2362234ea67800e4f948a7ce50122750186..2079570ad1455ae6c2acb2c6c784823d9aa58b5e 100644 |
--- a/src/ia32/builtins-ia32.cc |
+++ b/src/ia32/builtins-ia32.cc |
@@ -737,7 +737,7 @@ void Builtins::Generate_FunctionCall(MacroAssembler* masm) { |
1 << SharedFunctionInfo::kNativeBitWithinByte); |
__ j(not_equal, &shift_arguments); |
- // Compute the receiver in non-strict mode. |
+ // Compute the receiver in sloppy mode. |
__ mov(ebx, Operand(esp, eax, times_4, 0)); // First argument. |
// Call ToObject on the receiver if it is not an object, or use the |
@@ -923,7 +923,7 @@ void Builtins::Generate_FunctionApply(MacroAssembler* masm) { |
1 << SharedFunctionInfo::kNativeBitWithinByte); |
__ j(not_equal, &push_receiver); |
- // Compute the receiver in non-strict mode. |
+ // Compute the receiver in sloppy mode. |
// Call ToObject on the receiver if it is not an object, or use the |
// global object if it is null or undefined. |
__ JumpIfSmi(ebx, &call_to_object); |