From 1f679107ccd6d68c296a64b3959e32880c2dcb52 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/22640 Reviewed-By: Luigi Pinca Reviewed-By: Michaƫl Zasso Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater --- 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) \