Revision: 3731 Author: [email protected] Date: Thu Jan 28 02:46:58 2010 Log: Fix typo.
[email protected] Review URL: http://codereview.chromium.org/554114 http://code.google.com/p/v8/source/detail?r=3731 Modified: /branches/bleeding_edge/src/bootstrapper.cc ======================================= --- /branches/bleeding_edge/src/bootstrapper.cc Tue Jan 5 01:38:02 2010 +++ /branches/bleeding_edge/src/bootstrapper.cc Thu Jan 28 02:46:58 2010 @@ -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 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
