summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-02-18 13:14:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-02-18 13:14:44 +0000
commitf9fba03375e83e76e82171ab2e03938143a25be4 (patch)
tree8d0255479a5c754458e860e41ef9da5288e3e9df /sys/dev
parentb1763e97cd11a5c2649cdb99541c7f53630f3b28 (diff)
intial -> initial;
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/if_sm_isa.c4
-rw-r--r--sys/dev/pci/ahc_pci.c4
-rw-r--r--sys/dev/pcmcia/if_sm_pcmcia.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/isa/if_sm_isa.c b/sys/dev/isa/if_sm_isa.c
index 853beb92045..608234d97d1 100644
--- a/sys/dev/isa/if_sm_isa.c
+++ b/sys/dev/isa/if_sm_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_sm_isa.c,v 1.2 2002/03/14 01:26:56 millert Exp $ */
+/* $OpenBSD: if_sm_isa.c,v 1.3 2003/02/18 13:14:43 jmc Exp $ */
/* $NetBSD: if_sm_isa.c,v 1.4 1998/07/05 06:49:14 jonathan Exp $ */
/*-
@@ -191,7 +191,7 @@ sm_isa_attach(parent, self, aux)
/* XXX Should get Ethernet address from EEPROM!! */
- /* Perform generic intialization. */
+ /* Perform generic initialization. */
smc91cxx_attach(sc, NULL);
/* Establish the interrupt handler. */
diff --git a/sys/dev/pci/ahc_pci.c b/sys/dev/pci/ahc_pci.c
index 7f6843fe39a..770927b74d3 100644
--- a/sys/dev/pci/ahc_pci.c
+++ b/sys/dev/pci/ahc_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahc_pci.c,v 1.36 2002/11/19 18:40:16 jason Exp $ */
+/* $OpenBSD: ahc_pci.c,v 1.37 2003/02/18 13:14:42 jmc Exp $ */
/* $NetBSD: ahc_pci.c,v 1.9 1996/10/21 22:56:24 thorpej Exp $ */
/*
@@ -580,7 +580,7 @@ ahc_do_pci_config(ahc)
/*
* Protect ourself from spurrious interrupts during
- * intialization.
+ * initialization.
*/
opri = splbio();
diff --git a/sys/dev/pcmcia/if_sm_pcmcia.c b/sys/dev/pcmcia/if_sm_pcmcia.c
index 665a130c776..6c8374b791d 100644
--- a/sys/dev/pcmcia/if_sm_pcmcia.c
+++ b/sys/dev/pcmcia/if_sm_pcmcia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_sm_pcmcia.c,v 1.18 2002/11/19 18:36:18 jason Exp $ */
+/* $OpenBSD: if_sm_pcmcia.c,v 1.19 2003/02/18 13:14:43 jmc Exp $ */
/* $NetBSD: if_sm_pcmcia.c,v 1.11 1998/08/15 20:47:32 thorpej Exp $ */
/*-
@@ -223,7 +223,7 @@ sm_pcmcia_attach(parent, self, aux)
if (psc->sc_ih == NULL)
printf(": couldn't establish interrupt\n");
- /* Perform generic intialization. */
+ /* Perform generic initialization. */
smc91cxx_attach(sc, enaddr);
#ifdef notyet