From 600cdb7c04b46bb90ca37e297236897e9ba935d0 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Tue, 5 Nov 2013 04:24:58 +0000 Subject: more spell checking BUG=none NOTRY=true Review URL: https://codereview.chromium.org/57463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232902 0039d316-1c4b-4281-b951-d872f2087c98 --- base/threading/non_thread_safe.h | 2 +- base/threading/thread_checker.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'base/threading') diff --git a/base/threading/non_thread_safe.h b/base/threading/non_thread_safe.h index cf7a418..a27bb0e 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. diff --git a/base/threading/thread_checker.h b/base/threading/thread_checker.h index 5a8ef22..a2ab3fe 100644 --- a/base/threading/thread_checker.h +++ b/base/threading/thread_checker.h @@ -46,7 +46,7 @@ class ThreadCheckerDoNothing { // // While inheriting from base::NonThreadSafe may give a clear indication about // the thread-safety of a class, it may also lead to violations of the style -// guide with regard to multiple inheritence. The choice between having a +// guide with regard to multiple inheritance. The choice between having a // ThreadChecker member and inheriting from base::NonThreadSafe should be based // on whether: // - Derived classes need to know the thread they belong to, as opposed to -- cgit v1.1