]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/sem_waitcommon.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / nptl / sem_waitcommon.c
index 647132c1eac95dc3c178e2fdf7fa30b68e8b45d4..30200c941f96493cf406e17fa27b97e5e6408937 100644 (file)
@@ -325,7 +325,7 @@ __sem_wait_32_finish (struct new_sem *sem)
   unsigned int wguess = atomic_load_relaxed (&sem->nwaiters);
   if (wguess == 1)
     /* We might be the last waiter, so unset.  This needs acquire MO so that
-       it syncronizes with the release MO when setting the bit above; if we
+       it synchronizes with the release MO when setting the bit above; if we
        overwrite someone else that set the bit, we'll read in the following
        decrement of nwaiters at least from that release sequence, so we'll
        see if the other waiter is still active or if another writer entered