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

Unified Diff: skia/ext/SkThread_chrome.cc

Issue 13804003: Fix typo: s/Aquire/Acquire/ (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/SkThread_chrome.cc
===================================================================
--- skia/ext/SkThread_chrome.cc (revision 192579)
+++ skia/ext/SkThread_chrome.cc (working copy)
@@ -51,7 +51,7 @@
}
int32_t before;
- before = base::subtle::Aquire_CompareAndSwap(addr, value, value + 1);
+ before = base::subtle::Acquire_CompareAndSwap(addr, value, value + 1);
if (before == value) {
return value;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698