summaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
authorGireesh Punathil <gpunathi@in.ibm.com>2018-09-01 10:17:34 +0530
committerGireesh Punathil <gpunathi@in.ibm.com>2018-09-03 13:49:15 +0530
commit1f679107ccd6d68c296a64b3959e32880c2dcb52 (patch)
tree07b8811e601b258dbebb79f74d0c81f4f9a797a0 /src/node_internals.h
parent0e519b4f56cfea84c252ab86f91eece05344bef1 (diff)
downloadandroid-node-v8-1f679107ccd6d68c296a64b3959e32880c2dcb52.tar.gz
android-node-v8-1f679107ccd6d68c296a64b3959e32880c2dcb52.tar.bz2
android-node-v8-1f679107ccd6d68c296a64b3959e32880c2dcb52.zip
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>
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index 2fa9502466..edfc00e53f 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) \