Skip to content

Commit 5a8c55f

Browse files
vsemozhetbytdanbev
authored andcommitted
lib: fix outdated comment
PR-URL: #27122 Refs: 7e2088f Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 557bd86 commit 5a8c55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// many dependencies are invoked lazily.
1616
//
1717
// Scripts run before this file:
18-
// - `lib/internal/bootstrap/context.js`: to setup the v8::Context with
18+
// - `lib/internal/per_context/setup.js`: to setup the v8::Context with
1919
// Node.js-specific tweaks - this is also done in vm contexts.
2020
// - `lib/internal/bootstrap/primordials.js`: to save copies of JavaScript
2121
// builtins that won't be affected by user land monkey-patching for internal

0 commit comments

Comments
 (0)