about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-02 08:44:23 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-02 08:44:23 +0000
commit816a5a6a690da9d5b60571e8f8a9bdc3297a3575 (patch)
treeaa00b9ec0bd312a27aa4c2378a874460e5c72c64
parent86bfff4d52a03be3b5f6d8acfa47973fd2fc0bd1 (diff)
downloadglibc-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.S2
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