Skip to content

Commit f3129b2

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 5b2cd44 commit f3129b2

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
@@ -702,7 +702,7 @@ AsyncWrap::AsyncWrap(Environment* env, Local<Object> object)
702702

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

0 commit comments

Comments
 (0)