headers: fix spelling error

This commit is contained in:
Austin Moran 2014-02-02 18:39:43 -05:00 committed by Fedor Indutny
parent bbd56d881d
commit 4b77bd39a4

View File

@ -36,8 +36,8 @@ 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 anyway 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
// we're done with a handle - external resources can be freed. // we're done with a handle - external resources can be freed.