summaryrefslogtreecommitdiff
path: root/src/node_main_instance.h
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-05-06 21:58:16 +0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-05-09 06:31:02 +0200
commit3b48ce6ccfb39b72a446fad06b56d29dabe09b05 (patch)
tree75b6d022189523e25d9176fa9021ab1ba01c85ae /src/node_main_instance.h
parent422e8f762873aef4a37185f3237c0d666c929d8e (diff)
downloadandroid-node-v8-3b48ce6ccfb39b72a446fad06b56d29dabe09b05.tar.gz
android-node-v8-3b48ce6ccfb39b72a446fad06b56d29dabe09b05.tar.bz2
android-node-v8-3b48ce6ccfb39b72a446fad06b56d29dabe09b05.zip
src: fix typos
PR-URL: https://github.com/nodejs/node/pull/27580 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'src/node_main_instance.h')
-rw-r--r--src/node_main_instance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_main_instance.h b/src/node_main_instance.h
index 04ad277b8e..a971c899b8 100644
--- a/src/node_main_instance.h
+++ b/src/node_main_instance.h
@@ -15,7 +15,7 @@ namespace node {
// We may be able to create an abstract class to reuse some of the routines.
class NodeMainInstance {
public:
- // To create a main instance that does not own the isoalte,
+ // To create a main instance that does not own the isolate,
// The caller needs to do:
//
// Isolate* isolate = Isolate::Allocate();