summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/mac68k/dev/adb_direct.c6
-rw-r--r--sys/arch/mac68k/dev/z8530tty.c4
-rw-r--r--sys/arch/macppc/dev/adb_direct.c6
-rw-r--r--sys/arch/macppc/dev/zs.c4
-rw-r--r--sys/arch/macppc/pci/pci_addr_fixup.c4
5 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/mac68k/dev/adb_direct.c b/sys/arch/mac68k/dev/adb_direct.c
index 6ac6c9c553e..3200c91a940 100644
--- a/sys/arch/mac68k/dev/adb_direct.c
+++ b/sys/arch/mac68k/dev/adb_direct.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adb_direct.c,v 1.12 2003/03/14 10:47:36 miod Exp $ */
+/* $OpenBSD: adb_direct.c,v 1.13 2003/11/03 06:43:02 david Exp $ */
/* $NetBSD: adb_direct.c,v 1.5 1997/04/21 18:04:28 scottr Exp $ */
/* From: adb_direct.c 2.02 4/18/97 jpw */
@@ -2169,7 +2169,7 @@ mrg_pmintr(void) /* we don't do this yet */
}
#endif
-/* caller should really use machine-independant version: getPramTime */
+/* caller should really use machine-independent version: getPramTime */
/* this version does pseudo-adb access only */
int
adb_read_date_time(unsigned long *time)
@@ -2223,7 +2223,7 @@ adb_read_date_time(unsigned long *time)
}
}
-/* caller should really use machine-independant version: setPramTime */
+/* caller should really use machine-independent version: setPramTime */
/* this version does pseudo-adb access only */
int
adb_set_date_time(unsigned long time)
diff --git a/sys/arch/mac68k/dev/z8530tty.c b/sys/arch/mac68k/dev/z8530tty.c
index 461fbbe1621..975e36851b8 100644
--- a/sys/arch/mac68k/dev/z8530tty.c
+++ b/sys/arch/mac68k/dev/z8530tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: z8530tty.c,v 1.14 2003/10/03 16:44:49 miod Exp $ */
+/* $OpenBSD: z8530tty.c,v 1.15 2003/11/03 06:43:02 david Exp $ */
/* $NetBSD: z8530tty.c,v 1.10 1996/12/18 05:17:44 scottr Exp $ */
/*
@@ -707,7 +707,7 @@ zsgetbaud(cs, rate, tc, rr4, rr11, rr14, source, sourceflag)
*/
for (i=0; i< cs->cs_clock_count; i++) {
if (cs->cs_clocks[i].clk <= 0)
- continue; /* skip non-existant or bad clocks */
+ continue; /* skip non-existent or bad clocks */
if (cs->cs_clocks[i].flags & ZSC_BRG) {
/* check out BRG at /16 */
tc1 = BPS_TO_TCONST(cs->cs_clocks[i].clk >> 4, rate[0]);
diff --git a/sys/arch/macppc/dev/adb_direct.c b/sys/arch/macppc/dev/adb_direct.c
index c245eb6bb8b..0e4e931847d 100644
--- a/sys/arch/macppc/dev/adb_direct.c
+++ b/sys/arch/macppc/dev/adb_direct.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adb_direct.c,v 1.9 2003/10/16 03:54:48 deraadt Exp $ */
+/* $OpenBSD: adb_direct.c,v 1.10 2003/11/03 06:43:02 david Exp $ */
/* $NetBSD: adb_direct.c,v 1.14 2000/06/08 22:10:45 tsubai Exp $ */
/*
@@ -1366,7 +1366,7 @@ set_adb_info(ADBSetInfoBlock * info, int adbAddr)
}
-/* caller should really use machine-independant version: getPramTime */
+/* caller should really use machine-independent version: getPramTime */
/* this version does pseudo-adb access only */
int
adb_read_date_time(unsigned long *time)
@@ -1416,7 +1416,7 @@ adb_read_date_time(unsigned long *time)
return retcode;
}
-/* caller should really use machine-independant version: setPramTime */
+/* caller should really use machine-independent version: setPramTime */
/* this version does pseudo-adb access only */
int
adb_set_date_time(unsigned long time)
diff --git a/sys/arch/macppc/dev/zs.c b/sys/arch/macppc/dev/zs.c
index 5db4b06f93b..f455d6bf03b 100644
--- a/sys/arch/macppc/dev/zs.c
+++ b/sys/arch/macppc/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.10 2003/10/16 03:31:25 drahn Exp $ */
+/* $OpenBSD: zs.c,v 1.11 2003/11/03 06:43:02 david Exp $ */
/* $NetBSD: zs.c,v 1.17 2001/06/19 13:42:15 wiz Exp $ */
/*
@@ -48,7 +48,7 @@
* help from Allen Briggs and Gordon Ross <gwr@netbsd.org>. Noud de
* Brouwer field-tested the driver at a local ISP.
*
- * Bill Studenmund and Gordon Ross then ported the machine-independant
+ * Bill Studenmund and Gordon Ross then ported the machine-independent
* z8530 driver to work with port-mac68k. NetBSD 1.2 contained an
* intermediate version (mac68k using a local, patched version of
* the m.i. drivers), with NetBSD 1.3 containing a full version.
diff --git a/sys/arch/macppc/pci/pci_addr_fixup.c b/sys/arch/macppc/pci/pci_addr_fixup.c
index 35bd835a64b..30b47157af5 100644
--- a/sys/arch/macppc/pci/pci_addr_fixup.c
+++ b/sys/arch/macppc/pci/pci_addr_fixup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_addr_fixup.c,v 1.7 2003/10/15 23:00:57 drahn Exp $ */
+/* $OpenBSD: pci_addr_fixup.c,v 1.8 2003/11/03 06:43:02 david Exp $ */
/* $NetBSD: pci_addr_fixup.c,v 1.7 2000/08/03 20:10:45 nathanw Exp $ */
/*-
@@ -379,7 +379,7 @@ pciaddr_search(int mem_port, struct device *parent, bus_addr_t *startp,
struct extent *ex = mem_port? sc->extent_mem : sc->extent_port;
/* Search the PCI I/O memory space extent for free
- * space that will accomodate size. Remember that the
+ * space that will accommodate size. Remember that the
* extent stores allocated space and we're searching
* for the gaps.
*