Index: src/utils.h |
diff --git a/src/utils.h b/src/utils.h |
index c8a43863f4170e6b5a085801a56382ddb316218e..98612468e90da8586790b22f53e44b8779b8dc16 100644 |
--- a/src/utils.h |
+++ b/src/utils.h |
@@ -421,7 +421,7 @@ inline Vector< Handle<Object> > HandleVector(v8::internal::Handle<T>* elms, |
// Simple support to read a file into a 0-terminated C-string. |
// The returned buffer must be freed by the caller. |
-// On return, *exits tells whether the file exisited. |
+// On return, *exits tells whether the file existed. |
Vector<const char> ReadFile(const char* filename, |
bool* exists, |
bool verbose = true); |