[git commit master] fix typo that sneaked in with 9a7506

Natanael Copa natanael.copa at gmail.com
Fri Apr 23 14:31:55 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=2287f4337d86dce4d907f136b3dc29c1956515ab
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Natanael Copa <natanael.copa at gmail.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
---
 .../unix/sysv/linux/i386/i486/sem_trywait.S        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
index 6947c0d..16c41b7 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
@@ -49,7 +49,7 @@ __new_sem_trywait:
 1:
 #ifdef PIC
 	call	__x86.get_pc_thunk.cx
-#elsen
+#else
 	movl	$3f, %ecx
 3:
 #endif
-- 
1.6.3.3



More information about the uClibc-cvs mailing list