diff --git a/lib/internal/bootstrap/node.js b/lib/internal/bootstrap/node.js index a94dcfc4d12302..a9fff289371e91 100644 --- a/lib/internal/bootstrap/node.js +++ b/lib/internal/bootstrap/node.js @@ -15,7 +15,7 @@ // many dependencies are invoked lazily. // // Scripts run before this file: -// - `lib/internal/bootstrap/context.js`: to setup the v8::Context with +// - `lib/internal/per_context/setup.js`: to setup the v8::Context with // Node.js-specific tweaks - this is also done in vm contexts. // - `lib/internal/bootstrap/primordials.js`: to save copies of JavaScript // builtins that won't be affected by user land monkey-patching for internal