diff --git a/src/node_internals.h b/src/node_internals.h index 2fa95024669eb1..edfc00e53f13a7 100644 --- a/src/node_internals.h +++ b/src/node_internals.h @@ -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) \