From: Ulrich Drepper Date: Sun, 2 Mar 2003 08:44:23 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: cvs/glibc-2_3_3~1407 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=816a5a6a690da9d5b60571e8f8a9bdc3297a3575;p=thirdparty%2Fglibc.git Typo in comment. --- diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S index 5d9248a8a19..58ef65e551c 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S +++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S @@ -83,7 +83,7 @@ __condvar_cleanup: #endif call __lll_mutex_unlock_wake - /* Lock the mutex unless asnychronous cancellation is in effect. */ + /* Lock the mutex unless asynchronous cancellation is in effect. */ 2: testl $2, (%esi) jne 3f