From 6e7112d59309aeac3ab6a9bb738ebd0f378616a4 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 24 Apr 2019 17:45:41 -0400 Subject: [PATCH] doc: update comment in bootstrap for primordials The path has changed --- 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 65b9c403afdf11..f00e1c2fbd400c 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