| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 1714b4dfb56c1e2a07cd470cd9f44b1aa424f256..b2593b9af7bb2308a336f8d0c71e89aa30509799 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6428,7 +6428,7 @@ class Script: public Struct {
|
| // [line_ends]: FixedArray of line ends positions.
|
| DECL_ACCESSORS(line_ends, Object)
|
|
|
| - // [eval_from_shared]: for eval scripts the shared funcion info for the
|
| + // [eval_from_shared]: for eval scripts the shared function info for the
|
| // function from which eval was called.
|
| DECL_ACCESSORS(eval_from_shared, Object)
|
|
|
|
|