summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-05-22 08:06:41 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-05-22 08:06:41 +0000
commit07b5f313cf1727946a8f8a282b9bc41c1718b3c5 (patch)
tree48b61318704f08389728366454920f0188bc091b /sys
parent98f53b1b803497765bf1a9e9d9a5eb24a73d468f (diff)
fix starting comment; detected while playing with recent gas.
Diffstat (limited to 'sys')
-rw-r--r--sys/gnu/arch/i386/fpemul/wm_sqrt.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/arch/i386/fpemul/wm_sqrt.s b/sys/gnu/arch/i386/fpemul/wm_sqrt.s
index 849a11ff465..402d5f414b9 100644
--- a/sys/gnu/arch/i386/fpemul/wm_sqrt.s
+++ b/sys/gnu/arch/i386/fpemul/wm_sqrt.s
@@ -1,5 +1,5 @@
.file "wm_sqrt.S"
-/* $OpenBSD: wm_sqrt.s,v 1.1 1996/08/27 10:33:04 downsj Exp $ */
+/* $OpenBSD: wm_sqrt.s,v 1.2 2001/05/22 08:06:40 fgsch Exp $ */
/*
* wm_sqrt.S
*
@@ -321,7 +321,7 @@ sqrt_stage_3_no_error:
movl %edx,%eax
divl %esi
- sarl $1,%ecx / divide by 2*/
+ sarl $1,%ecx /* divide by 2*/
rcrl $1,%eax
/* prepare to round the result*/