aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/i387/s_truncf.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/i387/s_truncf.S')
-rw-r--r--lib/msun/i387/s_truncf.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/msun/i387/s_truncf.S b/lib/msun/i387/s_truncf.S
index 0583dc8fd680..332834ff2085 100644
--- a/lib/msun/i387/s_truncf.S
+++ b/lib/msun/i387/s_truncf.S
@@ -4,8 +4,6 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$")
-
ENTRY(truncf)
pushl %ebp
movl %esp,%ebp
@@ -15,7 +13,7 @@ ENTRY(truncf)
movw -4(%ebp),%dx
orw $0x0c00,%dx /* round towards -oo */
movw %dx,-8(%ebp)
- fldcw -8(%ebp) /* load modfied control word */
+ fldcw -8(%ebp) /* load modified control word */
flds 8(%ebp) /* round */
frndint