summaryrefslogtreecommitdiff
path: root/chromium/base/threading/thread_checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/threading/thread_checker.h')
-rw-r--r--chromium/base/threading/thread_checker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/threading/thread_checker.h b/chromium/base/threading/thread_checker.h
index 5a8ef2261d7..a2ab3fe4fab 100644
--- a/chromium/base/threading/thread_checker.h
+++ b/chromium/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