From ae74b8e0828b3fceafac7a107f840067c81e5050 Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Sat, 1 Sep 2018 10:17:34 +0530 Subject: [PATCH] src: fix a typo in the comment --- src/node_internals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \