aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/i387/s_ceill.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/i387/s_ceill.S')
-rw-r--r--lib/msun/i387/s_ceill.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/msun/i387/s_ceill.S b/lib/msun/i387/s_ceill.S
index 184ef1812db4..4f60c07d9ac7 100644
--- a/lib/msun/i387/s_ceill.S
+++ b/lib/msun/i387/s_ceill.S
@@ -4,8 +4,6 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$")
-
ENTRY(ceill)
pushl %ebp
movl %esp,%ebp
@@ -16,7 +14,7 @@ ENTRY(ceill)
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 */
fldt 8(%ebp) /* round */
frndint