summaryrefslogtreecommitdiff
path: root/src/async_wrap.h
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-05-06 21:58:16 +0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-05-09 06:31:02 +0200
commit3b48ce6ccfb39b72a446fad06b56d29dabe09b05 (patch)
tree75b6d022189523e25d9176fa9021ab1ba01c85ae /src/async_wrap.h
parent422e8f762873aef4a37185f3237c0d666c929d8e (diff)
downloadandroid-node-v8-3b48ce6ccfb39b72a446fad06b56d29dabe09b05.tar.gz
android-node-v8-3b48ce6ccfb39b72a446fad06b56d29dabe09b05.tar.bz2
android-node-v8-3b48ce6ccfb39b72a446fad06b56d29dabe09b05.zip
src: fix typos
PR-URL: https://github.com/nodejs/node/pull/27580 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'src/async_wrap.h')
-rw-r--r--src/async_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async_wrap.h b/src/async_wrap.h
index 20134f4a7b..3a8789f89b 100644
--- a/src/async_wrap.h
+++ b/src/async_wrap.h
@@ -111,7 +111,7 @@ class AsyncWrap : public BaseObject {
ProviderType provider,
double execution_async_id = kInvalidAsyncId);
- // This constructor creates a reuseable instance where user is responsible
+ // This constructor creates a reusable instance where user is responsible
// to call set_provider_type() and AsyncReset() before use.
AsyncWrap(Environment* env, v8::Local<v8::Object> object);