We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed300a commit 516d71aCopy full SHA for 516d71a
src/node_internals.h
@@ -101,7 +101,7 @@ struct sockaddr;
101
// in node::Init(), need to add built-in modules in the following list.
102
// Then in node::RegisterBuiltinModules(), it calls modules' registration
103
// function. This helps the built-in modules are loaded properly when
104
-// node is built as static library. No need to depends on the
+// node is built as static library. No need to depend on the
105
// __attribute__((constructor)) like mechanism in GCC.
106
#define NODE_BUILTIN_STANDARD_MODULES(V) \
107
V(async_wrap) \
0 commit comments