summaryrefslogtreecommitdiff
path: root/src/handle_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle_wrap.h')
-rw-r--r--src/handle_wrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/handle_wrap.h b/src/handle_wrap.h
index 910432ab84..4f6f6e0323 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.