summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-07 10:16:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-07 10:16:47 +0000
commitf076053868e4c80bfac3766eebb7b597e8937612 (patch)
tree47e76c3c15d4c83abae94a0081dc209321d07a68 /sys/arch/sparc
parent0bd7685b56f6cb39bf125bfa49be39b32f3571b4 (diff)
adress -> address, and a few more; all from Jonathon Gray;
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/dev/p9000.c4
-rw-r--r--sys/arch/sparc/dev/p9100.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/p9000.c b/sys/arch/sparc/dev/p9000.c
index bc03bc341d6..2cd2f047a82 100644
--- a/sys/arch/sparc/dev/p9000.c
+++ b/sys/arch/sparc/dev/p9000.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: p9000.c,v 1.3 2003/06/28 17:05:33 miod Exp $ */
+/* $OpenBSD: p9000.c,v 1.4 2003/11/07 10:16:45 jmc Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
*
@@ -164,7 +164,7 @@ struct cfdriver pninek_cd = {
* register group first.
*
* Register groups are 0x80 bytes long (i.e. it is necessary to force a read
- * when writing to an adress which upper 25 bit differ from the previous
+ * when writing to an address which upper 25 bit differ from the previous
* read or write operation).
*
* This is specific to the Tadpole design, and not a limitation of the
diff --git a/sys/arch/sparc/dev/p9100.c b/sys/arch/sparc/dev/p9100.c
index 776944b8f9d..42dd3afd798 100644
--- a/sys/arch/sparc/dev/p9100.c
+++ b/sys/arch/sparc/dev/p9100.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: p9100.c,v 1.24 2003/06/28 17:05:33 miod Exp $ */
+/* $OpenBSD: p9100.c,v 1.25 2003/11/07 10:16:45 jmc Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
@@ -191,7 +191,7 @@ struct cfdriver pnozz_cd = {
* register group first.
*
* Register groups are 0x80 bytes long (i.e. it is necessary to force a read
- * when writing to an adress which upper 25 bit differ from the previous
+ * when writing to an address which upper 25 bit differ from the previous
* read or write operation).
*
* This is specific to the Tadpole design, and not a limitation of the