summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2019-04-24 17:45:41 -0400
committerMyles Borins <mylesborins@google.com>2019-04-26 17:02:25 -0400
commiteca71e5a0c4b5e4357d8e871a5dc46b10e9bd1f1 (patch)
tree01027ea7910f28af06f15378d44430307cdb7e1b /lib/internal/bootstrap
parent86b4f3729ae66d8da8e86f37684de439bbe0e08a (diff)
downloadandroid-node-v8-eca71e5a0c4b5e4357d8e871a5dc46b10e9bd1f1.tar.gz
android-node-v8-eca71e5a0c4b5e4357d8e871a5dc46b10e9bd1f1.tar.bz2
android-node-v8-eca71e5a0c4b5e4357d8e871a5dc46b10e9bd1f1.zip
doc: update comment in bootstrap for primordials
The path has changed PR-URL: https://github.com/nodejs/node/pull/27398 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@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 69fe4be266..321bfabe02 100644
--- a/lib/internal/bootstrap/node.js
+++ b/lib/internal/bootstrap/node.js
@@ -17,7 +17,7 @@
// Scripts run before this file:
// - `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
+// - `lib/internal/per_context/primordials.js`: to save copies of JavaScript
// builtins that won't be affected by user land monkey-patching for internal
// modules to use.
// - `lib/internal/bootstrap/loaders.js`: to setup internal binding and