]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Fix comment typo in pthread_cond_wait.c
authorJangwoong Kim <6812skiii@gmail.com>
Sat, 2 Jan 2021 11:57:37 +0000 (20:57 +0900)
committerArjun Shankar <arjun@redhat.com>
Mon, 4 Jan 2021 21:09:35 +0000 (22:09 +0100)
nptl/pthread_cond_wait.c

index 67d834f6a9ed8d8f8411c9bf32f10ff9c56eba47..a481bb55fcec06d391f1b61b9c4173e7c980f708 100644 (file)
@@ -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);