| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index 8294b1879e3668c293492d7d4b944b265d1b5ad0..34d98b7ddf7a1779f90f9cef19809b0664bf6e79 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -4111,7 +4111,7 @@ void LCodeGen::DoStoreNamedField(LStoreNamedField* instr) {
|
| __ SmiTst(value);
|
| DeoptimizeIf(eq, instr->environment());
|
|
|
| - // We know now that value is not a smi, so we can omit the check below.
|
| + // We know that value is a smi now, so we can omit the check below.
|
| check_needed = OMIT_SMI_CHECK;
|
| }
|
| } else if (representation.IsDouble()) {
|
|
|