about summary refs log tree commit diff
path: root/nptl/pthread_cond_wait.c
diff options
context:
space:
mode:
authorJangwoong Kim <6812skiii@gmail.com>2021-01-02 20:57:37 +0900
committerArjun Shankar <arjun@redhat.com>2021-01-04 22:09:35 +0100
commitc50c65a8bf81753c09d60ee07e02016607d1abf2 (patch)
treed01acad45cc398c79669a198d2233a8001ed7cbb /nptl/pthread_cond_wait.c
parent6ea5b57afa5cdc9ce367d2b69a2cebfb273e4617 (diff)
downloadglibc-c50c65a8bf81753c09d60ee07e02016607d1abf2.tar.gz
glibc-c50c65a8bf81753c09d60ee07e02016607d1abf2.tar.xz
glibc-c50c65a8bf81753c09d60ee07e02016607d1abf2.zip
nptl: Fix comment typo in pthread_cond_wait.c
Diffstat (limited to 'nptl/pthread_cond_wait.c')
-rw-r--r--nptl/pthread_cond_wait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_cond_wait.c b/nptl/pthread_cond_wait.c
index 67d834f6a9..a481bb55fc 100644
--- a/nptl/pthread_cond_wait.c
+++ b/nptl/pthread_cond_wait.c
@@ -81,7 +81,7 @@ __condvar_cancel_waiting (pthread_cond_t *cond, uint64_t seq, unsigned int g,
 {
   bool consumed_signal = false;
 
-  /* No deadlock with group switching is possible here because we have do
+  /* No deadlock with group switching is possible here because we do
      not hold a reference on the group.  */
   __condvar_acquire_lock (cond, private);