Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/tc Fix typo in previous.
details: https://anonhg.NetBSD.org/src/rev/59241168691d
branches: trunk
changeset: 522637:59241168691d
user: ad <ad%NetBSD.org@localhost>
date: Sat Feb 23 14:05:02 2002 +0000
description:
Fix typo in previous.
diffstat:
sys/dev/tc/sticreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c188c46dd69a -r 59241168691d sys/dev/tc/sticreg.h
--- a/sys/dev/tc/sticreg.h Sat Feb 23 14:02:48 2002 +0000
+++ b/sys/dev/tc/sticreg.h Sat Feb 23 14:05:02 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sticreg.h,v 1.6 2002/02/22 16:05:27 ad Exp $ */
+/* $NetBSD: sticreg.h,v 1.7 2002/02/23 14:05:02 ad Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -163,7 +163,7 @@
* XYMASK address calculation.
*/
#define XMASKADDR(sw, sx, a) (((a)-((sx) % (sw))) & 15)
-#define YMASKADDR(sh, sy, b) (((b)-((sy) & (shm))) & 15)
+#define YMASKADDR(shm, sy, b) (((b)-((sy) & (shm))) & 15)
#define XYMASKADDR(sw,shm,x,y,a,b) \
(XMASKADDR(sw,x,a) << 16 | YMASKADDR(shm,y,b))
Home |
Main Index |
Thread Index |
Old Index