aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/i387/s_ceil.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/i387/s_ceil.S')
-rw-r--r--lib/msun/i387/s_ceil.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/i387/s_ceil.S b/lib/msun/i387/s_ceil.S
index 7e099b04f136..71019ec6090f 100644
--- a/lib/msun/i387/s_ceil.S
+++ b/lib/msun/i387/s_ceil.S
@@ -46,7 +46,7 @@ ENTRY(ceil)
orw $0x0800,%dx /* round towards +oo */
andw $0xfbff,%dx
movw %dx,-8(%ebp)
- fldcw -8(%ebp) /* load modfied control word */
+ fldcw -8(%ebp) /* load modified control word */
fldl 8(%ebp); /* round */
frndint