summaryrefslogtreecommitdiff
path: root/sys/dev/ic/advlib.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 18:58:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 18:58:51 +0000
commit09533afdf9d8765c07281cc781bb793add772fff (patch)
tree127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/advlib.c
parent8340012e43d3e836557b3ef5cce99f0b05419e90 (diff)
typos from Tom Cosgrove;
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural
Diffstat (limited to 'sys/dev/ic/advlib.c')
-rw-r--r--sys/dev/ic/advlib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/advlib.c b/sys/dev/ic/advlib.c
index 1ef22ed9763..a3074aac6e2 100644
--- a/sys/dev/ic/advlib.c
+++ b/sys/dev/ic/advlib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: advlib.c,v 1.8 2002/03/14 01:26:53 millert Exp $ */
+/* $OpenBSD: advlib.c,v 1.9 2003/10/21 18:58:48 jmc Exp $ */
/* $NetBSD: advlib.c,v 1.7 1998/10/28 20:39:46 dante Exp $ */
/*
@@ -80,7 +80,7 @@
/* Static functions */
/******************************************************************************/
-/* Initializzation routines */
+/* Initialization routines */
static u_int32_t AscLoadMicroCode(bus_space_tag_t, bus_space_handle_t,
u_int16_t, u_int16_t *, u_int16_t);
static void AscInitLram(ASC_SOFTC *);
@@ -239,7 +239,7 @@ static void DvcDelayNanoSecond(u_int32_t);
/******************************************************************************/
-/* Initializzation routines */
+/* Initialization routines */
/******************************************************************************/
/*
@@ -576,7 +576,7 @@ AscInitFromASC_SOFTC(sc)
/*
* - Initialize RISC chip
- * - Intialize Lram
+ * - Initialize Lram
* - Load uCode into Lram
* - Enable Interrupts
*/