lib: fix outdated comment · nodejs/node@5a8c55f (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -15,7 +15,7 @@ | ||
15 | 15 | // many dependencies are invoked lazily. |
16 | 16 | // |
17 | 17 | // 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 | |
19 | 19 | // Node.js-specific tweaks - this is also done in vm contexts. |
20 | 20 | // - `lib/internal/bootstrap/primordials.js`: to save copies of JavaScript |
21 | 21 | // builtins that won't be affected by user land monkey-patching for internal |