| Index: src/frames.h
|
| diff --git a/src/frames.h b/src/frames.h
|
| index 662d2373f51e87dadb9943277727b8bd0fb40a36..ea82cc69437df6f50c6953dfffe26618876713c2 100644
|
| --- a/src/frames.h
|
| +++ b/src/frames.h
|
| @@ -261,7 +261,7 @@ class ExitFrame: public StackFrame {
|
|
|
| virtual Code* FindCode() const;
|
|
|
| - // Garbage colletion support.
|
| + // Garbage collection support.
|
| virtual void Iterate(ObjectVisitor* v) const;
|
|
|
| static ExitFrame* cast(StackFrame* frame) {
|
| @@ -390,7 +390,7 @@ class JavaScriptFrame: public StandardFrame {
|
| // frame below it on the stack.
|
| inline bool has_adapted_arguments() const;
|
|
|
| - // Garbage colletion support.
|
| + // Garbage collection support.
|
| virtual void Iterate(ObjectVisitor* v) const;
|
|
|
| // Printing support.
|
| @@ -459,7 +459,7 @@ class InternalFrame: public StandardFrame {
|
| public:
|
| virtual Type type() const { return INTERNAL; }
|
|
|
| - // Garbage colletion support.
|
| + // Garbage collection support.
|
| virtual void Iterate(ObjectVisitor* v) const;
|
|
|
| // Determine the code for the frame.
|
|
|