diff options
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/dev/psychoreg.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/sparc64/autoconf.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/psychoreg.h b/sys/arch/sparc64/dev/psychoreg.h index 6c974d50350..94e297588da 100644 --- a/sys/arch/sparc64/dev/psychoreg.h +++ b/sys/arch/sparc64/dev/psychoreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psychoreg.h,v 1.10 2003/03/27 16:27:27 jason Exp $ */ +/* $OpenBSD: psychoreg.h,v 1.11 2006/02/06 17:19:31 jmc Exp $ */ /* $NetBSD: psychoreg.h,v 1.6.4.2 2001/09/13 01:14:40 thorpej Exp $ */ /* @@ -350,7 +350,7 @@ struct psychoreg { */ /* - * For the physical adddresses split into 3 32 bit values, we deocde + * For the physical addresses split into 3 32 bit values, we deocde * them like the following (IEEE1275 PCI Bus binding 2.0, 2.2.1.1 * Numerical Representation): * diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 9cbd93cfa46..a00367ed006 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.43 2005/12/27 18:31:11 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.44 2006/02/06 17:19:31 jmc Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -324,7 +324,7 @@ bootpath_build() } } else { bp->val[0] = -1; /* no #'s: assume unit 0, no - sbus offset/adddress */ + sbus offset/address */ } ++bp; ++nbootpath; |