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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageDecodingStore.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/graphics/ImageDecodingStore.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
index f65428b4e552cf625aa4b3ce2bacb7b2acb0130d..c966a260b28bff006d3d68e5dfb3407cc35ffb12 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
@@ -116,7 +116,7 @@ void ImageDecodingStore::removeDecoder(const ImageFrameGenerator* generator, con
cacheEntry->decrementUseCount();
// Delete only one decoder cache entry. Ownership of the cache entry
- // is transfered to cacheEntriesToDelete such that object can be deleted
+ // is transferred to cacheEntriesToDelete such that object can be deleted
// outside of the lock.
removeFromCacheInternal(cacheEntry, &cacheEntriesToDelete);

Powered by Google App Engine
This is Rietveld 408576698