summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-12-21 16:54:58 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-12-21 16:54:58 +0000
commit2b9c09eae6a78aa5a432344310d543a777410693 (patch)
treeea127985e02b17372cbdc09c9ea835d1c99aa4b2 /sys
parentca346ac5a4c93e1348e62be3a44c69e9ca703c65 (diff)
People have difficulty spelling 'initial' and derivatives thereof (too many
"i's" I guess).
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/alpha/machdep.c6
-rw-r--r--sys/arch/amiga/dev/if_aereg.h6
-rw-r--r--sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.c4
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_hdr.h4
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_vtf.c4
-rw-r--r--sys/arch/kbus/dev/am7990reg.h6
-rw-r--r--sys/arch/kbus/kbus/machdep.c2
-rw-r--r--sys/arch/kbus/stand/netboot/if_lereg.h6
-rw-r--r--sys/arch/kbus/stand/sk/if_lereg.h6
-rw-r--r--sys/arch/mvme68k/stand/netboot/if_lereg.h6
-rw-r--r--sys/arch/mvme68k/stand/sboot/if_lereg.h6
-rw-r--r--sys/arch/mvme88k/dev/if_vereg.h6
-rw-r--r--sys/arch/mvme88k/mvme88k/pmap.c14
-rw-r--r--sys/arch/mvme88k/stand/netboot/if_lereg.h6
-rw-r--r--sys/arch/mvme88k/stand/sboot/if_lereg.h6
-rw-r--r--sys/arch/pc532/pc532/machdep.c2
16 files changed, 45 insertions, 45 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c
index a8012437dae..008fbfedfb3 100644
--- a/sys/arch/alpha/alpha/machdep.c
+++ b/sys/arch/alpha/alpha/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.38 2000/11/19 01:08:08 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.39 2000/12/21 16:54:52 aaron Exp $ */
/* $NetBSD: machdep.c,v 1.206 2000/05/23 05:12:54 thorpej Exp $ */
/*-
@@ -364,7 +364,7 @@ nobootinfo:
cycles_per_usec = (hwrpb->rpb_cc_freq + 999999) / 1000000;
/*
- * Initalize the (temporary) bootstrap console interface, so
+ * Initialize the (temporary) bootstrap console interface, so
* we can use printf until the VM system starts being setup.
* The real console is initialized before then.
*/
@@ -401,7 +401,7 @@ nobootinfo:
strcpy(cpu_model, platform.model);
/*
- * Initalize the real console, so that the bootstrap console is
+ * Initialize the real console, so that the bootstrap console is
* no longer necessary.
*/
(*platform.cons_init)();
diff --git a/sys/arch/amiga/dev/if_aereg.h b/sys/arch/amiga/dev/if_aereg.h
index 54df9525422..c44fb8cd2cd 100644
--- a/sys/arch/amiga/dev/if_aereg.h
+++ b/sys/arch/amiga/dev/if_aereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_aereg.h,v 1.4 1998/01/07 00:33:46 niklas Exp $ */
+/* $OpenBSD: if_aereg.h,v 1.5 2000/12/21 16:54:53 aaron Exp $ */
/* $NetBSD: if_aereg.h,v 1.2 1995/08/18 15:53:32 chopps Exp $ */
/*
@@ -114,7 +114,7 @@ struct aereg2 {
#define AE_MERR 0x0008 /* memory error */
#define AE_RINT 0x0004 /* receiver interrupt */
#define AE_TINT 0x0002 /* transmitter interrupt */
-#define AE_IDON 0x0001 /* initalization done */
+#define AE_IDON 0x0001 /* initialization done */
#define AE_INTR 0x8000 /* interrupt condition */
#define AE_INEA 0x4000 /* interrupt enable */
#define AE_RXON 0x2000 /* receiver on */
@@ -122,7 +122,7 @@ struct aereg2 {
#define AE_TDMD 0x0800 /* transmit demand */
#define AE_STOP 0x0400 /* disable all external activity */
#define AE_STRT 0x0200 /* enable external activity */
-#define AE_INIT 0x0100 /* begin initalization */
+#define AE_INIT 0x0100 /* begin initialization */
#define AE_PROM 0x0080 /* promiscuous mode */
#define AE_MODE 0x0000
diff --git a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.c b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.c
index 9ada0fef774..cf90853e7c7 100644
--- a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.c
+++ b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vt220keys.c,v 1.5 1999/05/24 15:37:44 aaron Exp $ */
+/* $OpenBSD: vt220keys.c,v 1.6 2000/12/21 16:54:54 aaron Exp $ */
/*
* Trivial program to load VT220 Function keys with strings,
@@ -261,7 +261,7 @@ void getinit()
statflag = statbuf.st_mode & S_IFREG && statbuf.st_mode & S_IREAD;
if (!statflag || (fp = fopen(path, "r")) == NULL)
{
- fprintf(stderr, "couldn't open initalization file: %s\n", path);
+ fprintf(stderr, "couldn't open initialization file: %s\n",path);
exit(1);
}
diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
index de19fe9b175..0cfd7b19332 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_hdr.h,v 1.42 2000/10/26 22:53:31 aaron Exp $ */
+/* $OpenBSD: pcvt_hdr.h,v 1.43 2000/12/21 16:54:53 aaron Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -276,7 +276,7 @@
#define CRTC_HSYNCE 0x05 /* horizontal sync end */
#define CRTC_VTOTAL 0x06 /* vertical total */
#define CRTC_OVERFLL 0x07 /* overflow low */
-#define CRTC_IROWADDR 0x08 /* inital row address */
+#define CRTC_IROWADDR 0x08 /* initial row address */
#define CRTC_MAXROW 0x09 /* maximum row address */
#define CRTC_CURSTART 0x0A /* cursor start row address */
#define CURSOR_ON_BIT 0x20 /* cursor on/off on mda/cga/vga */
diff --git a/sys/arch/i386/isa/pcvt/pcvt_vtf.c b/sys/arch/i386/isa/pcvt/pcvt_vtf.c
index a2978f91ee5..850f91682e4 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_vtf.c
+++ b/sys/arch/i386/isa/pcvt/pcvt_vtf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_vtf.c,v 1.16 2000/05/31 23:31:42 aaron Exp $ */
+/* $OpenBSD: pcvt_vtf.c,v 1.17 2000/12/21 16:54:54 aaron Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -1906,7 +1906,7 @@ vt_sca(struct video_state *svsp)
}
/*---------------------------------------------------------------------------*
- * initalize selective attribute bit array
+ * initialize selective attribute bit array
*---------------------------------------------------------------------------*/
void
vt_initsel(struct video_state *svsp)
diff --git a/sys/arch/kbus/dev/am7990reg.h b/sys/arch/kbus/dev/am7990reg.h
index 6bf8b61248c..e7b09989026 100644
--- a/sys/arch/kbus/dev/am7990reg.h
+++ b/sys/arch/kbus/dev/am7990reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: am7990reg.h,v 1.1 1997/10/14 07:25:30 gingold Exp $ */
+/* $OpenBSD: am7990reg.h,v 1.2 2000/12/21 16:54:54 aaron Exp $ */
/* $NetBSD: am7990reg.h,v 1.1 1995/04/11 04:17:50 mycroft Exp $ */
/*-
@@ -109,7 +109,7 @@ struct leinit {
#define LE_C0_MERR 0x0800 /* memory error */
#define LE_C0_RINT 0x0400 /* receiver interrupt */
#define LE_C0_TINT 0x0200 /* transmitter interrupt */
-#define LE_C0_IDON 0x0100 /* initalization done */
+#define LE_C0_IDON 0x0100 /* initialization done */
#define LE_C0_INTR 0x0080 /* interrupt condition */
#define LE_C0_INEA 0x0040 /* interrupt enable */
#define LE_C0_RXON 0x0020 /* receiver on */
@@ -117,7 +117,7 @@ struct leinit {
#define LE_C0_TDMD 0x0008 /* transmit demand */
#define LE_C0_STOP 0x0004 /* disable all external activity */
#define LE_C0_STRT 0x0002 /* enable external activity */
-#define LE_C0_INIT 0x0001 /* begin initalization */
+#define LE_C0_INIT 0x0001 /* begin initialization */
#define LE_C0_BITS \
"\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\
diff --git a/sys/arch/kbus/kbus/machdep.c b/sys/arch/kbus/kbus/machdep.c
index 5b1eeae34fa..35ff28209ee 100644
--- a/sys/arch/kbus/kbus/machdep.c
+++ b/sys/arch/kbus/kbus/machdep.c
@@ -128,7 +128,7 @@ int msgbufmapped = 0; /* set when safe to use msgbuf */
static int _mapped; /* TG: FIXME. */
/* Real low level initialization. This is called in unmapped mode and
- sets up the inital page directory and page tables for the kernel.
+ sets up the initial page directory and page tables for the kernel.
This routine is the first to be called by locore.s to get the
kernel running at the correct place in memory.
*/
diff --git a/sys/arch/kbus/stand/netboot/if_lereg.h b/sys/arch/kbus/stand/netboot/if_lereg.h
index 87c1b847436..28e2f087568 100644
--- a/sys/arch/kbus/stand/netboot/if_lereg.h
+++ b/sys/arch/kbus/stand/netboot/if_lereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_lereg.h,v 1.2 2000/03/03 00:54:50 todd Exp $ */
+/* $OpenBSD: if_lereg.h,v 1.3 2000/12/21 16:54:55 aaron Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
@@ -64,7 +64,7 @@ struct lereg1 {
#define LE_C0_MERR 0x0800 /* memory error */
#define LE_C0_RINT 0x0400 /* receiver interrupt */
#define LE_C0_TINT 0x0200 /* transmitter interrupt */
-#define LE_C0_IDON 0x0100 /* initalization done */
+#define LE_C0_IDON 0x0100 /* initialization done */
#define LE_C0_INTR 0x0080 /* interrupt condition */
#define LE_C0_INEA 0x0040 /* interrupt enable */
#define LE_C0_RXON 0x0020 /* receiver on */
@@ -72,7 +72,7 @@ struct lereg1 {
#define LE_C0_TDMD 0x0008 /* transmit demand */
#define LE_C0_STOP 0x0004 /* disable all external activity */
#define LE_C0_STRT 0x0002 /* enable external activity */
-#define LE_C0_INIT 0x0001 /* begin initalization */
+#define LE_C0_INIT 0x0001 /* begin initialization */
#define LE_C0_BITS \
"\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\
diff --git a/sys/arch/kbus/stand/sk/if_lereg.h b/sys/arch/kbus/stand/sk/if_lereg.h
index 685de65b796..28e2f087568 100644
--- a/sys/arch/kbus/stand/sk/if_lereg.h
+++ b/sys/arch/kbus/stand/sk/if_lereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_lereg.h,v 1.2 2000/03/03 00:54:51 todd Exp $ */
+/* $OpenBSD: if_lereg.h,v 1.3 2000/12/21 16:54:55 aaron Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
@@ -64,7 +64,7 @@ struct lereg1 {
#define LE_C0_MERR 0x0800 /* memory error */
#define LE_C0_RINT 0x0400 /* receiver interrupt */
#define LE_C0_TINT 0x0200 /* transmitter interrupt */
-#define LE_C0_IDON 0x0100 /* initalization done */
+#define LE_C0_IDON 0x0100 /* initialization done */
#define LE_C0_INTR 0x0080 /* interrupt condition */
#define LE_C0_INEA 0x0040 /* interrupt enable */
#define LE_C0_RXON 0x0020 /* receiver on */
@@ -72,7 +72,7 @@ struct lereg1 {
#define LE_C0_TDMD 0x0008 /* transmit demand */
#define LE_C0_STOP 0x0004 /* disable all external activity */
#define LE_C0_STRT 0x0002 /* enable external activity */
-#define LE_C0_INIT 0x0001 /* begin initalization */
+#define LE_C0_INIT 0x0001 /* begin initialization */
#define LE_C0_BITS \
"\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\
diff --git a/sys/arch/mvme68k/stand/netboot/if_lereg.h b/sys/arch/mvme68k/stand/netboot/if_lereg.h
index 685de369934..dd84f6171e1 100644
--- a/sys/arch/mvme68k/stand/netboot/if_lereg.h
+++ b/sys/arch/mvme68k/stand/netboot/if_lereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_lereg.h,v 1.3 1996/04/28 10:49:25 deraadt Exp $ */
+/* $OpenBSD: if_lereg.h,v 1.4 2000/12/21 16:54:55 aaron Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
@@ -63,7 +63,7 @@ struct lereg1 {
#define LE_C0_MERR 0x0800 /* memory error */
#define LE_C0_RINT 0x0400 /* receiver interrupt */
#define LE_C0_TINT 0x0200 /* transmitter interrupt */
-#define LE_C0_IDON 0x0100 /* initalization done */
+#define LE_C0_IDON 0x0100 /* initialization done */
#define LE_C0_INTR 0x0080 /* interrupt condition */
#define LE_C0_INEA 0x0040 /* interrupt enable */
#define LE_C0_RXON 0x0020 /* receiver on */
@@ -71,7 +71,7 @@ struct lereg1 {
#define LE_C0_TDMD 0x0008 /* transmit demand */
#define LE_C0_STOP 0x0004 /* disable all external activity */
#define LE_C0_STRT 0x0002 /* enable external activity */
-#define LE_C0_INIT 0x0001 /* begin initalization */
+#define LE_C0_INIT 0x0001 /* begin initialization */
#define LE_C0_BITS \
"\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\
diff --git a/sys/arch/mvme68k/stand/sboot/if_lereg.h b/sys/arch/mvme68k/stand/sboot/if_lereg.h
index aad70679480..c35ceac5078 100644
--- a/sys/arch/mvme68k/stand/sboot/if_lereg.h
+++ b/sys/arch/mvme68k/stand/sboot/if_lereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_lereg.h,v 1.3 1996/04/28 10:49:41 deraadt Exp $ */
+/* $OpenBSD: if_lereg.h,v 1.4 2000/12/21 16:54:55 aaron Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
@@ -64,7 +64,7 @@ struct lereg1 {
#define LE_C0_MERR 0x0800 /* memory error */
#define LE_C0_RINT 0x0400 /* receiver interrupt */
#define LE_C0_TINT 0x0200 /* transmitter interrupt */
-#define LE_C0_IDON 0x0100 /* initalization done */
+#define LE_C0_IDON 0x0100 /* initialization done */
#define LE_C0_INTR 0x0080 /* interrupt condition */
#define LE_C0_INEA 0x0040 /* interrupt enable */
#define LE_C0_RXON 0x0020 /* receiver on */
@@ -72,7 +72,7 @@ struct lereg1 {
#define LE_C0_TDMD 0x0008 /* transmit demand */
#define LE_C0_STOP 0x0004 /* disable all external activity */
#define LE_C0_STRT 0x0002 /* enable external activity */
-#define LE_C0_INIT 0x0001 /* begin initalization */
+#define LE_C0_INIT 0x0001 /* begin initialization */
#define LE_C0_BITS \
"\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\
diff --git a/sys/arch/mvme88k/dev/if_vereg.h b/sys/arch/mvme88k/dev/if_vereg.h
index 9b29b2b95d6..7977ea4d867 100644
--- a/sys/arch/mvme88k/dev/if_vereg.h
+++ b/sys/arch/mvme88k/dev/if_vereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vereg.h,v 1.1 1999/05/29 04:41:43 smurph Exp $ */
+/* $OpenBSD: if_vereg.h,v 1.2 2000/12/21 16:54:56 aaron Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
@@ -148,7 +148,7 @@ struct veinit {
#define LE_C0_MERR 0x0800 /* memory error */
#define LE_C0_RINT 0x0400 /* receiver interrupt */
#define LE_C0_TINT 0x0200 /* transmitter interrupt */
-#define LE_C0_IDON 0x0100 /* initalization done */
+#define LE_C0_IDON 0x0100 /* initialization done */
#define LE_C0_INTR 0x0080 /* interrupt condition */
#define LE_C0_INEA 0x0040 /* interrupt enable */
#define LE_C0_RXON 0x0020 /* receiver on */
@@ -156,7 +156,7 @@ struct veinit {
#define LE_C0_TDMD 0x0008 /* transmit demand */
#define LE_C0_STOP 0x0004 /* disable all external activity */
#define LE_C0_STRT 0x0002 /* enable external activity */
-#define LE_C0_INIT 0x0001 /* begin initalization */
+#define LE_C0_INIT 0x0001 /* begin initialization */
#define LE_C0_BITS \
"\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\
diff --git a/sys/arch/mvme88k/mvme88k/pmap.c b/sys/arch/mvme88k/mvme88k/pmap.c
index cc715bbd65e..837ed9cd4f9 100644
--- a/sys/arch/mvme88k/mvme88k/pmap.c
+++ b/sys/arch/mvme88k/mvme88k/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.13 2000/02/22 19:27:56 deraadt Exp $ */
+/* $OpenBSD: pmap.c,v 1.14 2000/12/21 16:54:56 aaron Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* All rights reserved.
@@ -283,7 +283,7 @@ int etherlen;
/*
* First and last physical address that we maintain any information
- * for. Initalized to zero so that pmap operations done before
+ * for. Initialized to zero so that pmap operations done before
* pmap_init won't touch any non-existent structures.
*/
@@ -604,7 +604,7 @@ pmap_pte(pmap_t map, vm_offset_t virt)
* PDT_IDX
*
* This routine simply dequeues a table from the kpdt_free list,
- * initalizes all its entries (invalidates them), and sets the
+ * initializes all its entries (invalidates them), and sets the
* corresponding segment table entry to point to it. If the kpdt_free
* list is empty - we panic (no other places to get memory, sorry). (Such
* a panic indicates that pmap_bootstrap is not allocating enough table
@@ -651,7 +651,7 @@ pmap_expand_kmap(vm_offset_t virt, vm_prot_t prot)
* Routine: PMAP_MAP
*
* Function:
- * Map memory at initalization. The physical addresses being
+ * Map memory at initialization. The physical addresses being
* mapped are not managed and are never unmapped.
*
* Parameters:
@@ -753,7 +753,7 @@ pmap_map(vm_offset_t virt, vm_offset_t start, vm_offset_t end, vm_prot_t prot)
* Routine: PMAP_MAP_BATC
*
* Function:
- * Map memory using BATC at initalization. The physical addresses being
+ * Map memory using BATC at initialization. The physical addresses being
* mapped are not managed and are never unmapped.
*
* Parameters:
@@ -1105,7 +1105,7 @@ pmap_bootstrap(vm_offset_t load_start, /* IN */
(M88K_TRUNC_PAGE((unsigned)&kernelstart) - load_start);
/*
- * Initialilze kernel_pmap structure
+ * Initialize kernel_pmap structure
*/
kernel_pmap->ref_count = 1;
kernel_pmap->cpus_using = 0;
@@ -1748,7 +1748,7 @@ pmap_pinit(pmap_t p)
CACHE_INH);
#endif
/*
- * Initalize SDT_ENTRIES.
+ * Initialize SDT_ENTRIES.
*/
/*
* There is no need to clear segment table, since kmem_alloc would
diff --git a/sys/arch/mvme88k/stand/netboot/if_lereg.h b/sys/arch/mvme88k/stand/netboot/if_lereg.h
index b93c09555a0..23d41918234 100644
--- a/sys/arch/mvme88k/stand/netboot/if_lereg.h
+++ b/sys/arch/mvme88k/stand/netboot/if_lereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_lereg.h,v 1.2 1998/08/22 08:38:03 smurph Exp $ */
+/* $OpenBSD: if_lereg.h,v 1.3 2000/12/21 16:54:57 aaron Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
@@ -63,7 +63,7 @@ struct lereg1 {
#define LE_C0_MERR 0x0800 /* memory error */
#define LE_C0_RINT 0x0400 /* receiver interrupt */
#define LE_C0_TINT 0x0200 /* transmitter interrupt */
-#define LE_C0_IDON 0x0100 /* initalization done */
+#define LE_C0_IDON 0x0100 /* initialization done */
#define LE_C0_INTR 0x0080 /* interrupt condition */
#define LE_C0_INEA 0x0040 /* interrupt enable */
#define LE_C0_RXON 0x0020 /* receiver on */
@@ -71,7 +71,7 @@ struct lereg1 {
#define LE_C0_TDMD 0x0008 /* transmit demand */
#define LE_C0_STOP 0x0004 /* disable all external activity */
#define LE_C0_STRT 0x0002 /* enable external activity */
-#define LE_C0_INIT 0x0001 /* begin initalization */
+#define LE_C0_INIT 0x0001 /* begin initialization */
#define LE_C0_BITS \
"\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\
diff --git a/sys/arch/mvme88k/stand/sboot/if_lereg.h b/sys/arch/mvme88k/stand/sboot/if_lereg.h
index 02a2018e810..d702f3b1867 100644
--- a/sys/arch/mvme88k/stand/sboot/if_lereg.h
+++ b/sys/arch/mvme88k/stand/sboot/if_lereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_lereg.h,v 1.2 2000/03/03 00:54:54 todd Exp $ */
+/* $OpenBSD: if_lereg.h,v 1.3 2000/12/21 16:54:57 aaron Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
@@ -64,7 +64,7 @@ struct lereg1 {
#define LE_C0_MERR 0x0800 /* memory error */
#define LE_C0_RINT 0x0400 /* receiver interrupt */
#define LE_C0_TINT 0x0200 /* transmitter interrupt */
-#define LE_C0_IDON 0x0100 /* initalization done */
+#define LE_C0_IDON 0x0100 /* initialization done */
#define LE_C0_INTR 0x0080 /* interrupt condition */
#define LE_C0_INEA 0x0040 /* interrupt enable */
#define LE_C0_RXON 0x0020 /* receiver on */
@@ -72,7 +72,7 @@ struct lereg1 {
#define LE_C0_TDMD 0x0008 /* transmit demand */
#define LE_C0_STOP 0x0004 /* disable all external activity */
#define LE_C0_STRT 0x0002 /* enable external activity */
-#define LE_C0_INIT 0x0001 /* begin initalization */
+#define LE_C0_INIT 0x0001 /* begin initialization */
#define LE_C0_BITS \
"\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\
diff --git a/sys/arch/pc532/pc532/machdep.c b/sys/arch/pc532/pc532/machdep.c
index 01f0a3daf73..949f44674f8 100644
--- a/sys/arch/pc532/pc532/machdep.c
+++ b/sys/arch/pc532/pc532/machdep.c
@@ -112,7 +112,7 @@ int msgbufmapped = 0; /* set when safe to use msgbuf */
/* Real low level initialization. This is called in unmapped mode and
- sets up the inital page directory and page tables for the kernel.
+ sets up the initial page directory and page tables for the kernel.
This routine is the first to be called by locore.s to get the
kernel running at the correct place in memory.
*/