about summary refs log tree commit diff
path: root/sysdeps/libm-i387/s_ceilf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/s_ceilf.S')
-rw-r--r--sysdeps/libm-i387/s_ceilf.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/s_ceilf.S b/sysdeps/libm-i387/s_ceilf.S
index 4789b014d8..93cf40bd43 100644
--- a/sysdeps/libm-i387/s_ceilf.S
+++ b/sysdeps/libm-i387/s_ceilf.S
@@ -21,7 +21,7 @@ ENTRY(__ceilf)
 	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 */
 
 	flds	8(%ebp);		/* round */
 	frndint