src: fix a typo in the comment
PR-URL: https://github.com/nodejs/node/pull/22640 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
0e519b4f56
commit
1f679107cc
@ -101,7 +101,7 @@ struct sockaddr;
|
||||
// in node::Init(), need to add built-in modules in the following list.
|
||||
// Then in node::RegisterBuiltinModules(), it calls modules' registration
|
||||
// function. This helps the built-in modules are loaded properly when
|
||||
// node is built as static library. No need to depends on the
|
||||
// node is built as static library. No need to depend on the
|
||||
// __attribute__((constructor)) like mechanism in GCC.
|
||||
#define NODE_BUILTIN_STANDARD_MODULES(V) \
|
||||
V(async_wrap) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user