Index: third_party/WebKit/Source/platform/heap/HeapTest.cpp |
diff --git a/third_party/WebKit/Source/platform/heap/HeapTest.cpp b/third_party/WebKit/Source/platform/heap/HeapTest.cpp |
index 1bec0e5432e1d006055b40eef3277e4ab54ec7ad..b84dc509c171f238544df7890f61a1b370fd5afd 100644 |
--- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp |
+++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp |
@@ -6110,7 +6110,7 @@ TEST(HeapTest, DequePartObjectsExpand) |
using PartDeque = HeapDeque<PartObjectWithRef>; |
Persistent<PartDeque> deque = new PartDeque(); |
- // Auxillary Deque used to prevent 'inline' buffer expansion. |
+ // Auxiliary Deque used to prevent 'inline' buffer expansion. |
Persistent<PartDeque> dequeUnused = new PartDeque(); |
// Append a sequence, bringing about repeated expansions of the |