Reviewers: Søren Gjesse,
Message:
Søren,
minor typo fix.
Description:
Fix a typo.
Please review this at http://codereview.chromium.org/2664006/show
Affected files:
M include/v8.h
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index
fe01e30cf6eb4b9ec160148a421a3d9ddac88fe3..0fc456c72d13884140db9c4837880e6bdf1e1615
100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -2474,7 +2474,7 @@ class V8EXPORT V8 {
/**
* Set a callback to be called when an external string is no longer live
on
* V8's heap. The resource will no longer be needed by V8 and the
embedder
- * can dispose of if. If this callback is not set V8 will free the
resource
+ * can dispose of it. If this callback is not set V8 will free the
resource
* using the C++ delete operator.
*/
static void SetExternalStringDiposeCallback(
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev