diff options
| author | wiz <wiz@NetBSD.org> | 2004-02-13 11:36:08 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2004-02-13 11:36:08 +0000 |
| commit | d20841bb642898112fe68f0ad3f7b26dddf56f07 (patch) | |
| tree | 364375441e88088a6af9bc8a11f59e98432cac6e /sys/dev/ic/adwmcode.c | |
| parent | babebaa9f9ddde1392e6dac741b25cd4dfe3b722 (diff) | |
Uppercase CPU, plural is CPUs.
Diffstat (limited to 'sys/dev/ic/adwmcode.c')
| -rw-r--r-- | sys/dev/ic/adwmcode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/adwmcode.c b/sys/dev/ic/adwmcode.c index cecf92b1996..55ccfe5ce63 100644 --- a/sys/dev/ic/adwmcode.c +++ b/sys/dev/ic/adwmcode.c @@ -1,4 +1,4 @@ -/* $NetBSD: adwmcode.c,v 1.11 2003/10/21 00:57:47 fvdl Exp $ */ +/* $NetBSD: adwmcode.c,v 1.12 2004/02/13 11:36:21 wiz Exp $ */ /* * Generic driver definitions and exported functions for the Advanced @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adwmcode.c,v 1.11 2003/10/21 00:57:47 fvdl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adwmcode.c,v 1.12 2004/02/13 11:36:21 wiz Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -104,7 +104,7 @@ AdwInitCarriers(carr_dmap, carriers) /******************************************************************************/ /* - * This is the uCode for the Wide board RISC cpu. + * This is the uCode for the Wide board RISC CPU. * This code is loaded into Lram during initialization procedure. */ const u_int8_t adw_asc3550_mcode[] = { |
