Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbsh3/evbsh3 typo



details:   https://anonhg.NetBSD.org/src/rev/98a5409ce236
branches:  trunk
changeset: 508698:98a5409ce236
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Wed Apr 18 01:35:14 2001 +0000

description:
typo
PGOFFSET -> PGOFSET

diffstat:

 sys/arch/evbsh3/evbsh3/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7dd7b2416437 -r 98a5409ce236 sys/arch/evbsh3/evbsh3/machdep.c
--- a/sys/arch/evbsh3/evbsh3/machdep.c  Wed Apr 18 01:35:06 2001 +0000
+++ b/sys/arch/evbsh3/evbsh3/machdep.c  Wed Apr 18 01:35:14 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.23 2001/01/30 03:01:45 msaitoh Exp $     */
+/*     $NetBSD: machdep.c,v 1.24 2001/04/18 01:35:14 ichiro Exp $      */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -988,7 +988,7 @@
 #endif
 
        pmap_extract(pmap_kernel(), va, &bpa);
-       bpa += bsh & PGOFFSET;
+       bpa += bsh & PGOFSET;
 
        /*
         * Free the kernel virtual mapping.



Home | Main Index | Thread Index | Old Index