diff --git a/src/node_internals.h b/src/node_internals.h index 92b75b1f8607e0..a9eb3398d84f72 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.