Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/m68k Fix typo.
details: https://anonhg.NetBSD.org/src/rev/5216b9b4e478
branches: trunk
changeset: 788699:5216b9b4e478
user: matt <matt%NetBSD.org@localhost>
date: Thu Jul 18 12:54:08 2013 +0000
description:
Fix typo.
diffstat:
sys/lib/libkern/arch/m68k/skpc.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 776f789ca86a -r 5216b9b4e478 sys/lib/libkern/arch/m68k/skpc.S
--- a/sys/lib/libkern/arch/m68k/skpc.S Thu Jul 18 12:53:09 2013 +0000
+++ b/sys/lib/libkern/arch/m68k/skpc.S Thu Jul 18 12:54:08 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: skpc.S,v 1.7 2013/07/18 12:29:30 matt Exp $ */
+/* $NetBSD: skpc.S,v 1.8 2013/07/18 12:54:08 matt Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -50,7 +50,7 @@
movl 12(%sp),%a0 | where to start
subqw #1,%d0 | adjust for dbcc
Lskloop:
- cmpb (%a0)+,%d1 | compate with mask
+ cmpb (%a0)+,%d1 | compare with mask
dbne %d0,Lskloop | keep going til no more or zero
addqw #1,%d0 | overshot by one
Lskdone:
Home |
Main Index |
Thread Index |
Old Index