diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-02 08:44:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-02 08:44:23 +0000 |
commit | 816a5a6a690da9d5b60571e8f8a9bdc3297a3575 (patch) | |
tree | aa00b9ec0bd312a27aa4c2378a874460e5c72c64 | |
parent | 86bfff4d52a03be3b5f6d8acfa47973fd2fc0bd1 (diff) | |
download | glibc-816a5a6a690da9d5b60571e8f8a9bdc3297a3575.tar.gz glibc-816a5a6a690da9d5b60571e8f8a9bdc3297a3575.tar.xz glibc-816a5a6a690da9d5b60571e8f8a9bdc3297a3575.zip |
Typo in comment.
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 5d9248a8a1..58ef65e551 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 |