diff options
Diffstat (limited to 'absl/synchronization/mutex.h')
-rw-r--r-- | absl/synchronization/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/synchronization/mutex.h b/absl/synchronization/mutex.h index 368684bf2e27..840b9d6b0e70 100644 --- a/absl/synchronization/mutex.h +++ b/absl/synchronization/mutex.h @@ -854,7 +854,7 @@ class SCOPED_LOCKABLE MutexLockMaybe { MutexLockMaybe& operator=(MutexLockMaybe&&) = delete; }; -// ReleaseableMutexLock +// ReleasableMutexLock // // ReleasableMutexLock is like MutexLock, but permits `Release()` of its // mutex before destruction. `Release()` may be called at most once. |