Index: src/ia32/lithium-codegen-ia32.cc |
=================================================================== |
--- src/ia32/lithium-codegen-ia32.cc (revision 6216) |
+++ src/ia32/lithium-codegen-ia32.cc (working copy) |
@@ -1767,7 +1767,7 @@ |
__ cmp(object, Factory::null_value()); |
__ j(equal, &false_result); |
- // String values is not instance of anything. |
+ // String values are not instances of anything. |
Condition is_string = masm_->IsObjectStringType(object, temp, temp); |
__ j(is_string, &false_result); |