summaryrefslogtreecommitdiff
path: root/src/async_wrap.h
diff options
context:
space:
mode:
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);