diff options
author | Copybara-Service <copybara-worker@google.com> | 2023-05-03 07:41:30 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-05-03 07:41:30 -0700 |
commit | 3e9f08d9fb77b685e14e87630036e7b6cf09c2c6 (patch) | |
tree | 4e19365188ca6677bf178597b4eee4e7ea91335e /absl/synchronization/mutex_method_pointer_test.cc | |
parent | 3132b83a1a1c82df959e000057de27e1b8ff692d (diff) | |
parent | d60c3ac625461da89e198b8912bb0bda251ef980 (diff) | |
download | abseil-3e9f08d9fb77b685e14e87630036e7b6cf09c2c6.tar.gz abseil-3e9f08d9fb77b685e14e87630036e7b6cf09c2c6.tar.bz2 abseil-3e9f08d9fb77b685e14e87630036e7b6cf09c2c6.zip |
Merge pull request #1441 from Vertexwahn:fix-spelling3
PiperOrigin-RevId: 529086715
Change-Id: Id5462322d5707a1b4475438520fcb70ee7b15450
Diffstat (limited to 'absl/synchronization/mutex_method_pointer_test.cc')
-rw-r--r-- | absl/synchronization/mutex_method_pointer_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/synchronization/mutex_method_pointer_test.cc b/absl/synchronization/mutex_method_pointer_test.cc index 1ec801a0..f4c82d27 100644 --- a/absl/synchronization/mutex_method_pointer_test.cc +++ b/absl/synchronization/mutex_method_pointer_test.cc @@ -26,8 +26,8 @@ class IncompleteClass; #ifdef _MSC_VER // These tests verify expectations about sizes of MSVC pointers to methods. -// Pointers to methods are distinguished by whether their class hierachies -// contain single inheritance, multiple inheritance, or virtual inheritence. +// Pointers to methods are distinguished by whether their class hierarchies +// contain single inheritance, multiple inheritance, or virtual inheritance. // Declare classes of the various MSVC inheritance types. class __single_inheritance SingleInheritance{}; |