aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/i387/s_ceilf.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/i387/s_ceilf.S')
-rw-r--r--lib/msun/i387/s_ceilf.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/msun/i387/s_ceilf.S b/lib/msun/i387/s_ceilf.S
index e9009c33e736..27e2f3b4c02f 100644
--- a/lib/msun/i387/s_ceilf.S
+++ b/lib/msun/i387/s_ceilf.S
@@ -4,8 +4,6 @@
*/
#include <machine/asm.h>
-
-__FBSDID("$FreeBSD$");
/* RCSID("$NetBSD: s_ceilf.S,v 1.3 1995/05/08 23:52:44 jtc Exp $") */
ENTRY(ceilf)
@@ -18,7 +16,7 @@ ENTRY(ceilf)
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 */
flds 8(%ebp); /* round */
frndint