diff options
| author | wiz <wiz@NetBSD.org> | 2003-11-02 11:07:44 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-11-02 11:07:44 +0000 |
| commit | c5670263e034595a9e177b6980cd0de89d42bc67 (patch) | |
| tree | 07bbeb37484e6f2749f99664e4f2f0f61ff49dab /sys/dev/ic/advmcode.c | |
| parent | 218b6186ff72d9f730826f6d1a84aaf6b12f24f3 (diff) | |
Fix some typos. From Tom Cosgrove via jmc@openbsd.
Diffstat (limited to 'sys/dev/ic/advmcode.c')
| -rw-r--r-- | sys/dev/ic/advmcode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/advmcode.c b/sys/dev/ic/advmcode.c index 4b45431b143..677a3a809c6 100644 --- a/sys/dev/ic/advmcode.c +++ b/sys/dev/ic/advmcode.c @@ -1,4 +1,4 @@ -/* $NetBSD: advmcode.c,v 1.5 2001/11/13 13:14:32 lukem Exp $ */ +/* $NetBSD: advmcode.c,v 1.6 2003/11/02 11:07:44 wiz Exp $ */ /* * Generic driver definitions and exported functions for the Advanced @@ -55,14 +55,14 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: advmcode.c,v 1.5 2001/11/13 13:14:32 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: advmcode.c,v 1.6 2003/11/02 11:07:44 wiz Exp $"); #include <sys/param.h> /* * This is the uCode for the Narrow board RISC cpu. - * This code is loaded into Lram during initializzation procedure. + * This code is loaded into Lram during initialization procedure. */ const u_int8_t asc_mcode[] = |
