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) {
2955
2955
env->isolate ()->AddMessageListener (OnMessage);
2956
2956
2957
2957
// 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
2959
2959
// source code.)
2960
2960
2961
2961
// The node.js file returns a function 'f'
Original file line number Diff line number Diff line change 1
1
// Hello, and welcome to hacking node.js!
2
2
//
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.
6
7
7
8
'use strict' ;
8
9
You can’t perform that action at this time.
0 commit comments