Skip to content

Commit 4b77bd3

Browse files
austoindutny
authored andcommitted
headers: fix spelling error
1 parent bbd56d8 commit 4b77bd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/handle_wrap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ namespace node {
3636
// - Do not throw from handle methods. Set errno.
3737
//
3838
// - MakeCallback may only be made directly off the event loop.
39-
// That is there can be no JavaScript stack frames underneith it.
40-
// (Is there anyway to assert that?)
39+
// That is there can be no JavaScript stack frames underneath it.
40+
// (Is there any way to assert that?)
4141
//
4242
// - No use of v8::WeakReferenceCallback. The close callback signifies that
4343
// we're done with a handle - external resources can be freed.

0 commit comments

Comments
 (0)