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.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/msun/i387/s_ceil.S b/lib/msun/i387/s_ceil.S
index 7e099b04f136..08fd2d500cf1 100644
--- a/lib/msun/i387/s_ceil.S
+++ b/lib/msun/i387/s_ceil.S
@@ -34,8 +34,6 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$")
-
ENTRY(ceil)
pushl %ebp
movl %esp,%ebp
@@ -46,7 +44,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