diff options
author | Bulat Musin <9249387+bmusin@users.noreply.github.com> | 2018-01-10 22:47:08 +0300 |
---|---|---|
committer | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2018-01-10 14:47:08 -0500 |
commit | 98bff8b2bc53aa271c0dd0dff1b33730b4df8481 (patch) | |
tree | f4e1a7664b7a5cfeb2846a5405bce3916fb6f930 /absl/base | |
parent | df3af0d03c0d790aa784235e9913f3d8cb9cdb16 (diff) |
Merge #78: Fix typo in thread_identity.h
Diffstat (limited to 'absl/base')
-rw-r--r-- | absl/base/internal/thread_identity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/internal/thread_identity.h b/absl/base/internal/thread_identity.h index 914d5da7..a51722f9 100644 --- a/absl/base/internal/thread_identity.h +++ b/absl/base/internal/thread_identity.h @@ -61,7 +61,7 @@ struct PerThreadSynch { PerThreadSynch *next; // Circular waiter queue; initialized to 0. PerThreadSynch *skip; // If non-zero, all entries in Mutex queue - // upto and including "skip" have same + // up to and including "skip" have same // condition as this, and will be woken later bool may_skip; // if false while on mutex queue, a mutex unlocker // is using this PerThreadSynch as a terminator. Its |