summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/alpha/pmap.c4
-rw-r--r--sys/arch/macppc/pci/mpcpcibus.c4
-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
-rw-r--r--sys/netccitt/pk_subr.c4
-rw-r--r--sys/netiso/tp_subr2.c4
7 files changed, 14 insertions, 14 deletions
diff --git a/sys/arch/alpha/alpha/pmap.c b/sys/arch/alpha/alpha/pmap.c
index 92f2ca2c30c..59bfc8756fa 100644
--- a/sys/arch/alpha/alpha/pmap.c
+++ b/sys/arch/alpha/alpha/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.36 2002/09/10 18:29:42 art Exp $ */
+/* $OpenBSD: pmap.c,v 1.37 2003/02/18 13:14:43 jmc Exp $ */
/* $NetBSD: pmap.c,v 1.154 2000/12/07 22:18:55 thorpej Exp $ */
/*-
@@ -864,7 +864,7 @@ pmap_bootstrap(paddr_t ptaddr, u_int maxasn, u_long ncpuids)
NULL, NULL);
/*
- * ...and intialize the pv_entry list headers.
+ * ...and initialize the pv_entry list headers.
*/
for (i = 0; i < pv_table_npages; i++) {
LIST_INIT(&pv_table[i].pvh_list);
diff --git a/sys/arch/macppc/pci/mpcpcibus.c b/sys/arch/macppc/pci/mpcpcibus.c
index 5bc2fd27166..6d08d0d5bee 100644
--- a/sys/arch/macppc/pci/mpcpcibus.c
+++ b/sys/arch/macppc/pci/mpcpcibus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpcpcibus.c,v 1.16 2002/10/12 01:09:43 krw Exp $ */
+/* $OpenBSD: mpcpcibus.c,v 1.17 2003/02/18 13:14:43 jmc Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -640,7 +640,7 @@ fix_node_irq(node, pba)
}
/* if this node has a AAPL,interrupts property, firmware
- * has intialized the register correctly.
+ * has initialized the register correctly.
*/
len = OF_getprop(node, "AAPL,interrupts", &intr, 4);
if (len != 4) {
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
diff --git a/sys/netccitt/pk_subr.c b/sys/netccitt/pk_subr.c
index 23b21500098..df969fca4dd 100644
--- a/sys/netccitt/pk_subr.c
+++ b/sys/netccitt/pk_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pk_subr.c,v 1.6 2002/03/15 18:19:52 millert Exp $ */
+/* $OpenBSD: pk_subr.c,v 1.7 2003/02/18 13:14:43 jmc Exp $ */
/* $NetBSD: pk_subr.c,v 1.12 1996/03/30 21:54:33 christos Exp $ */
/*
@@ -824,7 +824,7 @@ pk_flowcontrol(lcp, inhibit, forced)
}
/*
- * This procedure sends a RESET request packet. It re-intializes virtual
+ * This procedure sends a RESET request packet. It re-initializes virtual
* circuit.
*/
diff --git a/sys/netiso/tp_subr2.c b/sys/netiso/tp_subr2.c
index bee6bb93888..a66ad901e93 100644
--- a/sys/netiso/tp_subr2.c
+++ b/sys/netiso/tp_subr2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tp_subr2.c,v 1.6 2002/07/02 19:38:55 nate Exp $ */
+/* $OpenBSD: tp_subr2.c,v 1.7 2003/02/18 13:14:43 jmc Exp $ */
/* $NetBSD: tp_subr2.c,v 1.11 1996/03/26 22:27:01 christos Exp $ */
/*-
@@ -644,7 +644,7 @@ punt_route:
* possibly other E* returned from cons_netcmd()
*
* SIDE EFFECTS:
- * Determines recommended tpdusize, buffering and intial delays
+ * Determines recommended tpdusize, buffering and initial delays
* based on information cached on the route.
*/
int