summaryrefslogtreecommitdiff
path: root/src/handle_wrap.h
diff options
context:
space:
mode:
authorAustin Moran <moraustin@gmail.com>2014-02-02 18:39:43 -0500
committerFedor Indutny <fedor.indutny@gmail.com>2014-02-08 00:19:50 +0400
commit4b77bd39a40f1e9dbdd0c337159b496a7026949d (patch)
treeba914af44198f1dfd7158d32244fe282859d6cc3 /src/handle_wrap.h
parentbbd56d881db20e84fd6d43e6ba750230692c5871 (diff)
downloadandroid-node-v8-4b77bd39a40f1e9dbdd0c337159b496a7026949d.tar.gz
android-node-v8-4b77bd39a40f1e9dbdd0c337159b496a7026949d.tar.bz2
android-node-v8-4b77bd39a40f1e9dbdd0c337159b496a7026949d.zip
headers: fix spelling error
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.