summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap/realm.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/bootstrap/realm.js')
-rw-r--r--lib/internal/bootstrap/realm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/bootstrap/realm.js b/lib/internal/bootstrap/realm.js
index aa4f79fefa..8ea6b6ed5f 100644
--- a/lib/internal/bootstrap/realm.js
+++ b/lib/internal/bootstrap/realm.js
@@ -21,7 +21,7 @@
// compatibility issues caused by them from time to time.
// - process._linkedBinding(): intended to be used by embedders to add
// additional C++ bindings in their applications. These C++ bindings
-// can be created using NODE_MODULE_CONTEXT_AWARE_CPP() with the flag
+// can be created using NODE_BINDING_CONTEXT_AWARE_CPP() with the flag
// NM_F_LINKED.
// - internalBinding(): the private internal C++ binding loader, inaccessible
// from user land unless through `require('internal/test/binding')`.