summaryrefslogtreecommitdiff
path: root/sysdeps/libm-i387/s_ceil.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/s_ceil.S')
-rw-r--r--sysdeps/libm-i387/s_ceil.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/s_ceil.S b/sysdeps/libm-i387/s_ceil.S
index a500b07d31..5135c90e40 100644
--- a/sysdeps/libm-i387/s_ceil.S
+++ b/sysdeps/libm-i387/s_ceil.S
@@ -21,7 +21,7 @@ ENTRY(__ceil)
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 */
fldl 8(%ebp); /* round */
frndint