Skip to content

Commit f27ae6e

Browse files
danbevcodebytere
authored andcommitted
src: fix typo in comment in async_wrap.cc
PR-URL: #33350 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]>
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

Lines changed: 1 addition & 1 deletion
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)