summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/node_internals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index a27e5f3567..0594d00580 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -195,9 +195,9 @@ extern bool config_experimental_modules;
// that is used by lib/vm.js
extern bool config_experimental_vm_modules;
-// Set in node.cc by ParseArgs when --experimental-vm-modules is used.
+// Set in node.cc by ParseArgs when --experimental-worker is used.
// Used in node_config.cc to set a constant on process.binding('config')
-// that is used by lib/vm.js
+// that is used by the module loader.
extern bool config_experimental_worker;
// Set in node.cc by ParseArgs when --experimental-repl-await is used.