From: Austin Moran Date: Sun, 2 Feb 2014 23:39:43 +0000 (-0500) Subject: headers: fix spelling error X-Git-Tag: v0.11.12~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b77bd39a40f1e9dbdd0c337159b496a7026949d;p=platform%2Fupstream%2Fnodejs.git headers: fix spelling error --- diff --git a/src/handle_wrap.h b/src/handle_wrap.h index 910432a..4f6f6e0 100644 --- a/src/handle_wrap.h +++ b/src/handle_wrap.h @@ -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.