Index: Source/wtf/ArrayBufferContents.h |
diff --git a/Source/wtf/ArrayBufferContents.h b/Source/wtf/ArrayBufferContents.h |
index edd5ef7346567a8f06f3a99f18cd14608fa84786..314d1f9131a96bdeb3ca9c10bdbf49973913c4b8 100644 |
--- a/Source/wtf/ArrayBufferContents.h |
+++ b/Source/wtf/ArrayBufferContents.h |
@@ -45,7 +45,7 @@ public: |
ArrayBufferContents(unsigned numElements, unsigned elementByteSize, ArrayBufferContents::InitializationPolicy); |
// Use with care. data must be allocated with allocateMemory. |
- // ArrayBufferContents will take ownership of the data and free it (using freeMemorY) |
+ // ArrayBufferContents will take ownership of the data and free it (using freeMemory) |
// upon destruction. |
// This constructor will not call observer->StartObserving(), so it is a responsibility |
// of the caller to make sure JS knows about external memory. |