From 78c4e10733729870cc33edf4864995b53d0600e6 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 7 Apr 2019 19:01:37 +0300 Subject: [PATCH] lib: fix outdated comment Refs: https://github.com/nodejs/node/commit/7e2088f773d97e00e29cacdc20e1a36b80528be0 --- lib/internal/bootstrap/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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