aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Bulat Musin <9249387+bmusin@users.noreply.github.com>2018-01-10 22:47:08 +0300
committerGravatar Derek Mauro <761129+derekmauro@users.noreply.github.com>2018-01-10 14:47:08 -0500
commit98bff8b2bc53aa271c0dd0dff1b33730b4df8481 (patch)
treef4e1a7664b7a5cfeb2846a5405bce3916fb6f930
parentdf3af0d03c0d790aa784235e9913f3d8cb9cdb16 (diff)
Merge #78: Fix typo in thread_identity.h
-rw-r--r--absl/base/internal/thread_identity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/internal/thread_identity.h b/absl/base/internal/thread_identity.h
index 914d5da..a51722f 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