Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 9fdff5054902fd22853065f5db31a61d1c0dfef2..34b0f91f05f27e8ec22b5ca9419de0b9611521dc 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -724,7 +724,7 @@ class Isolate { |
void ReportFailedAccessCheck(Handle<JSObject> receiver); |
// Exception throwing support. The caller should use the result |
- // of Throw() as its return vaue. |
+ // of Throw() as its return value. |
Object* Throw(Object* exception, MessageLocation* location = NULL); |
Object* ThrowIllegalOperation(); |