summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2019-04-07 19:01:37 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-04-08 06:03:33 +0200
commit5a8c55f078fabe23c1c47ad3421899b445a83567 (patch)
treeef36dcd015b8e93be672bdc4c519bfae0cb390e4 /lib/internal/bootstrap
parent557bd861aad28f737d7e83d4bfd035ad84c3d5be (diff)
downloadandroid-node-v8-5a8c55f078fabe23c1c47ad3421899b445a83567.tar.gz
android-node-v8-5a8c55f078fabe23c1c47ad3421899b445a83567.tar.bz2
android-node-v8-5a8c55f078fabe23c1c47ad3421899b445a83567.zip
lib: fix outdated comment
PR-URL: https://github.com/nodejs/node/pull/27122 Refs: https://github.com/nodejs/node/commit/7e2088f773d97e00e29cacdc20e1a36b80528be0 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'lib/internal/bootstrap')
-rw-r--r--lib/internal/bootstrap/node.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/bootstrap/node.js b/lib/internal/bootstrap/node.js
index a94dcfc4d1..a9fff28937 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