about summary refs log tree commit diff
path: root/absl/base/internal/thread_identity.h
diff options
context:
space:
mode:
authorBulat Musin <9249387+bmusin@users.noreply.github.com>2018-01-10T19·47+0300
committerDerek Mauro <761129+derekmauro@users.noreply.github.com>2018-01-10T19·47-0500
commit98bff8b2bc53aa271c0dd0dff1b33730b4df8481 (patch)
treef4e1a7664b7a5cfeb2846a5405bce3916fb6f930 /absl/base/internal/thread_identity.h
parentdf3af0d03c0d790aa784235e9913f3d8cb9cdb16 (diff)
Merge #78: Fix typo in thread_identity.h
Diffstat (limited to 'absl/base/internal/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 914d5da7ef40..a51722f9d828 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