Index: base/threading/thread_checker.h |
diff --git a/base/threading/thread_checker.h b/base/threading/thread_checker.h |
index 5a8ef2261d7d82d8b824205c0eb4a12ba22b23c5..a2ab3fe4fabbf4820f7dbf9bbad46d22330ede06 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 |