aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/i387/s_trunc.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/i387/s_trunc.S')
-rw-r--r--lib/msun/i387/s_trunc.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/msun/i387/s_trunc.S b/lib/msun/i387/s_trunc.S
index 0a9ad41a705c..1124d5430090 100644
--- a/lib/msun/i387/s_trunc.S
+++ b/lib/msun/i387/s_trunc.S
@@ -4,8 +4,6 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$")
-
ENTRY(trunc)
pushl %ebp
movl %esp,%ebp
@@ -15,7 +13,7 @@ ENTRY(trunc)
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 */
fldl 8(%ebp) /* round */
frndint