headers: fix spelling error
authorAustin Moran <moraustin@gmail.com>
Sun, 2 Feb 2014 23:39:43 +0000 (18:39 -0500)
committerFedor Indutny <fedor.indutny@gmail.com>
Fri, 7 Feb 2014 20:19:50 +0000 (00:19 +0400)
src/handle_wrap.h

index 910432a..4f6f6e0 100644 (file)
@@ -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.