| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index e8044320b412ccce33e198c4cf41a6dcf7337827..3d5af4c23709440ef1d04afdb372fe8b39668b0a 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -521,7 +521,7 @@ class FullCodeGenerator: public AstVisitor {
|
| // The receiver is left on the stack by the IC.
|
| void EmitNamedPropertyLoad(Property* expr);
|
|
|
| - // Load a value from super.named prroperty.
|
| + // Load a value from super.named property.
|
| // Expect receiver ('this' value) and home_object on the stack.
|
| void EmitNamedSuperPropertyLoad(Property* expr);
|
|
|
|
|