Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index d20eba58fc91117e4bac2bd39898905b1c25cd3c..23a0dac2e7db61f959b77b2df56cb9cdda0703c8 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8537,7 +8537,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 |