summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2009-12-15 12:37:34 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-12-15 15:04:16 +0100
commit2287f4337d86dce4d907f136b3dc29c1956515ab (patch)
treefdf36d3b6ef9ed2f6ce32184d614398355a7b513
parentb3b9101a9c495f52c06cb2de27fcf45e6e5f0bf9 (diff)
fix typo that sneaked in with 9a7506
Signed-off-by: Natanael Copa <natanael.copa@gmail.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S2
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 6947c0d64..16c41b748 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