| Index: base/threading/non_thread_safe.h
|
| diff --git a/base/threading/non_thread_safe.h b/base/threading/non_thread_safe.h
|
| index cf7a41818dae7fc6614396e5e3c740336a18c81c..a27bb0ea0c56af701c178afb023d68edbb19134b 100644
|
| --- a/base/threading/non_thread_safe.h
|
| +++ b/base/threading/non_thread_safe.h
|
| @@ -56,7 +56,7 @@ class NonThreadSafeDoNothing {
|
| // }
|
| //
|
| // Note that base::ThreadChecker offers identical functionality to
|
| -// NonThreadSafe, but does not require inheritence. In general, it is preferable
|
| +// NonThreadSafe, but does not require inheritance. In general, it is preferable
|
| // to have a base::ThreadChecker as a member, rather than inherit from
|
| // NonThreadSafe. For more details about when to choose one over the other, see
|
| // the documentation for base::ThreadChecker.
|
|
|