From 93acfe55dbf0447e9a780b2adc8373833d8884f6 Mon Sep 17 00:00:00 2001 From: Tobias Nießen Date: Tue, 2 Jan 2018 00:06:01 +0100 Subject: src: remove duplicate words in comments PR-URL: https://github.com/nodejs/node/pull/17939 Reviewed-By: Colin Ihrig Reviewed-By: Jon Moss Reviewed-By: James M Snell --- src/node_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_api.h') diff --git a/src/node_api.h b/src/node_api.h index ee0ad3518e..c752705169 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); -- cgit v1.2.3