| 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
|
|
|