Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: third_party/WebKit/Source/platform/heap/HeapTest.cpp

Issue 1444173002: third_party/WebKit: fix typos found in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL Description change, Typo patch apply to upstream master. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d75c36deb5669fb103b82a34dd69ae696702640a..48d490373e21ade0de6b01e1d2a60ee0a2bd06d7 100644
--- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp
+++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
@@ -6151,7 +6151,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

Powered by Google App Engine
This is Rietveld 408576698