| Index: src/variables.h
|
| diff --git a/src/variables.h b/src/variables.h
|
| index 39451d5dfb1df987e0a2528365be3354760e019f..401d04446379784708a41c32c2b575050b59a54e 100644
|
| --- a/src/variables.h
|
| +++ b/src/variables.h
|
| @@ -168,7 +168,7 @@ class Variable: public ZoneObject {
|
|
|
| // If this field is set, this variable references the stored locally bound
|
| // variable, but it might be shadowed by variable bindings introduced by
|
| - // non-strict 'eval' calls between the reference scope (inclusive) and the
|
| + // sloppy 'eval' calls between the reference scope (inclusive) and the
|
| // binding scope (exclusive).
|
| Variable* local_if_not_shadowed_;
|
|
|
|
|