File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2955,7 +2955,7 @@ void LoadEnvironment(Environment* env) {
29552955 env->isolate ()->AddMessageListener (OnMessage);
29562956
29572957 // Compile, execute the src/node.js file. (Which was included as static C
2958- // string in node_natives.h. 'natve_node ' is the string containing that
2958+ // string in node_natives.h. 'native_node ' is the string containing that
29592959 // source code.)
29602960
29612961 // The node.js file returns a function 'f'
Original file line number Diff line number Diff line change 11// Hello, and welcome to hacking node.js!
22//
3- // This file is invoked by node::Load in src/node.cc, and responsible for
4- // bootstrapping the node.js core. Special caution is given to the performance
5- // of the startup process, so many dependencies are invoked lazily.
3+ // This file is invoked by node::LoadEnvironment in src/node.cc, and
4+ // responsible for bootstrapping the node.js core. Special caution is given to
5+ // the performance of the startup process, so many dependencies are invoked
6+ // lazily.
67
78'use strict' ;
89
You can’t perform that action at this time.
0 commit comments