summaryrefslogtreecommitdiff
path: root/src/node_main_instance.h
diff options
context:
space:
mode:
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();