Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 56e90dd3f980c13416bde4d734147f2023f3c0e6..0e64e37eb1988b92e87404d5c738b6a55ac7fff7 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8578,7 +8578,7 @@ class JSWeakMap: public JSObject { |
class JSArrayBuffer: public JSObject { |
public: |
- // [backing_store]: backing memory for thsi array |
+ // [backing_store]: backing memory for this array |
DECL_ACCESSORS(backing_store, void) |
// [byte_length]: length in bytes |