Browse Source

headers: fix spelling error

v0.11.12-release
Austin Moran 11 years ago
committed by Fedor Indutny
parent
commit
4b77bd39a4
  1. 2
      src/handle_wrap.h

2
src/handle_wrap.h

@ -36,7 +36,7 @@ namespace node {
// - Do not throw from handle methods. Set errno. // - Do not throw from handle methods. Set errno.
// //
// - MakeCallback may only be made directly off the event loop. // - MakeCallback may only be made directly off the event loop.
// That is there can be no JavaScript stack frames underneith it. // That is there can be no JavaScript stack frames underneath it.
// (Is there any way to assert that?) // (Is there any way to assert that?)
// //
// - No use of v8::WeakReferenceCallback. The close callback signifies that // - No use of v8::WeakReferenceCallback. The close callback signifies that

Loading…
Cancel
Save