summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/060sp/isp.s
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-01-23 19:16:10 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-01-23 19:16:10 +0000
commit76f1b301beaf1b3b97816b2b1c916e473aabc9a5 (patch)
treeca55fad37dc86b02f5feb8842e3989817114626d /sys/arch/m68k/060sp/isp.s
parente488c598aa57d4c2a7c96667258432e9c0049518 (diff)
compatability -> compatibility.
Diffstat (limited to 'sys/arch/m68k/060sp/isp.s')
-rw-r--r--sys/arch/m68k/060sp/isp.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/060sp/isp.s b/sys/arch/m68k/060sp/isp.s
index ae7cea541e3..fcd5947b7ee 100644
--- a/sys/arch/m68k/060sp/isp.s
+++ b/sys/arch/m68k/060sp/isp.s
@@ -1,5 +1,5 @@
#
-# $OpenBSD: isp.s,v 1.2 1996/05/30 22:14:48 niklas Exp $
+# $OpenBSD: isp.s,v 1.3 2002/01/23 19:16:09 fgsch Exp $
# $NetBSD: isp.s,v 1.2 1996/05/15 19:48:48 is Exp $
#
@@ -2636,7 +2636,7 @@ mul64_neg:
addx.l %d7, %d4 # add carry to hi(result)
# the result is saved to the register file.
-# for '040 compatability, if Dl == Dh then only the hi(result) is
+# for '040 compatibility, if Dl == Dh then only the hi(result) is
# saved. so, saving hi after lo accomplishes this without need to
# check Dl,Dh equality.
mul64_done: