Skip to content

Commit f27ae6e

Browse files
danbevcodebytere
authored andcommittedJun 7, 2020
src: fix typo in comment in async_wrap.cc
PR-URL: #33350 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent c459832 commit f27ae6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/async_wrap.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ AsyncWrap::AsyncWrap(Environment* env, Local<Object> object)
606606

607607
// This method is necessary to work around one specific problem:
608608
// Before the init() hook runs, if there is one, the BaseObject() constructor
609-
// registers this object with the Environment for finilization and debugging
609+
// registers this object with the Environment for finalization and debugging
610610
// purposes.
611611
// If the Environment decides to inspect this object for debugging, it tries to
612612
// call virtual methods on this object that are only (meaningfully) implemented

0 commit comments

Comments
 (0)
Please sign in to comment.