Skip to content

Commit

Permalink
headers: fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
austo authored and indutny committed Feb 7, 2014
1 parent bbd56d8 commit 4b77bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handle_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ namespace node {
// - Do not throw from handle methods. Set errno.
//
// - MakeCallback may only be made directly off the event loop.
// That is there can be no JavaScript stack frames underneith it.
// (Is there anyway to assert that?)
// That is there can be no JavaScript stack frames underneath it.
// (Is there any way to assert that?)
//
// - No use of v8::WeakReferenceCallback. The close callback signifies that
// we're done with a handle - external resources can be freed.
Expand Down

0 comments on commit 4b77bd3

Please sign in to comment.