Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-01-02 02:06:01 +0300
committerTobias Nießen <tniessen@tnie.de>2018-01-02 02:31:03 +0300
commit93acfe55dbf0447e9a780b2adc8373833d8884f6 (patch)
tree61dd78c4d0b32c0bf555ec164520455c9a6b8239 /src/node_api.h
parentd74a1ed7d9e6eccd5d511ccb7becb17f3c03b88f (diff)
src: remove duplicate words in comments
PR-URL: https://github.com/nodejs/node/pull/17939 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_api.h')
-rw-r--r--src/node_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_api.h b/src/node_api.h
index ee0ad3518e1..c7527051694 100644
--- a/src/node_api.h
+++ b/src/node_api.h
@@ -177,7 +177,7 @@ NAPI_EXTERN napi_status napi_create_range_error(napi_env env,
napi_value msg,
napi_value* result);
-// Methods to get the the native napi_value from Primitive type
+// Methods to get the native napi_value from Primitive type
NAPI_EXTERN napi_status napi_typeof(napi_env env,
napi_value value,
napi_valuetype* result);