Skip to content

Commit 2b65625

Browse files
sinkhahaMoLow
authored andcommitted
lib: update comment
Rename NODE_MODULE_CONTEXT_AWARE_CPP to NODE_BINDING_CONTEXT_AWARE_CPP. PR-URL: #47884 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent ab36a30 commit 2b65625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/loaders.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// compatibility issues caused by them from time to time.
1717
// - process._linkedBinding(): intended to be used by embedders to add
1818
// additional C++ bindings in their applications. These C++ bindings
19-
// can be created using NODE_MODULE_CONTEXT_AWARE_CPP() with the flag
19+
// can be created using NODE_BINDING_CONTEXT_AWARE_CPP() with the flag
2020
// NM_F_LINKED.
2121
// - internalBinding(): the private internal C++ binding loader, inaccessible
2222
// from user land unless through `require('internal/test/binding')`.

0 commit comments

Comments
 (0)