diff --git a/lib/internal/bootstrap/loaders.js b/lib/internal/bootstrap/loaders.js index 03c6fc202c3b00..bf12c57d556771 100644 --- a/lib/internal/bootstrap/loaders.js +++ b/lib/internal/bootstrap/loaders.js @@ -20,7 +20,7 @@ // NM_F_LINKED. // - internalBinding(): the private internal C++ binding loader, inaccessible // from user land unless through `require('internal/test/binding')`. -// These C++ bindings are created using NODE_MODULE_CONTEXT_AWARE_INTERNAL() +// These C++ bindings are created using NODE_BINDING_CONTEXT_AWARE_INTERNAL() // and have their nm_flags set to NM_F_INTERNAL. // // Internal JavaScript module loader: