diff options
Diffstat (limited to 'sysdeps/libm-i387/s_ceill.S')
-rw-r--r-- | sysdeps/libm-i387/s_ceill.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/s_ceill.S b/sysdeps/libm-i387/s_ceill.S index a02a54768d..a77e550d7b 100644 --- a/sysdeps/libm-i387/s_ceill.S +++ b/sysdeps/libm-i387/s_ceill.S @@ -22,7 +22,7 @@ ENTRY(__ceill) orl $0x0800,%edx /* round towards +oo */ andl $0xfbff,%edx movl %edx,-8(%ebp) - fldcw -8(%ebp) /* load modfied control word */ + fldcw -8(%ebp) /* load modified control word */ fldt 8(%ebp); /* round */ frndint |