Index: src/bootstrapper.cc |
=================================================================== |
--- src/bootstrapper.cc (revision 3730) |
+++ src/bootstrapper.cc (working copy) |
@@ -960,7 +960,7 @@ |
Handle<JSFunction> fun = |
Factory::NewFunctionFromBoilerplate(boilerplate, context); |
- // Call function using the either the runtime object or the global |
+ // Call function using either the runtime object or the global |
// object as the receiver. Provide no parameters. |
Handle<Object> receiver = |
Handle<Object>(use_runtime_context |