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

Unified Diff: base/thread_local.h

Issue 3824006: base: add a thread-safety assertion checker (Closed)
Patch Set: fix function name Created 10 years, 2 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
Index: base/thread_local.h
diff --git a/base/thread_local.h b/base/thread_local.h
index 3227c838bc9ff7966638ce96d0f06168136c7bf1..075e209063a5e9a8c9de378328c09436addfd3bb 100644
--- a/base/thread_local.h
+++ b/base/thread_local.h
@@ -6,7 +6,7 @@
// sure that this is really the proper solution for what you're trying to
// achieve. Don't prematurely optimize, most likely you can just use a Lock.
//
-// These classes implement a warpper around the platform's TLS storage
+// These classes implement a wrapper around the platform's TLS storage
// mechanism. On construction, they will allocate a TLS slot, and free the
// TLS slot on destruction. No memory management (creation or destruction) is
// handled. This means for uses of ThreadLocalPointer, you must correctly
« no previous file with comments | « base/base.gypi ('k') | base/thread_restrictions.h » ('j') | base/thread_restrictions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698