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/advmcode.c | |
| parent | babebaa9f9ddde1392e6dac741b25cd4dfe3b722 (diff) | |
Uppercase CPU, plural is CPUs.
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 677a3a809c6..9f7d62c3fea 100644 --- a/sys/dev/ic/advmcode.c +++ b/sys/dev/ic/advmcode.c @@ -1,4 +1,4 @@ -/* $NetBSD: advmcode.c,v 1.6 2003/11/02 11:07:44 wiz Exp $ */ +/* $NetBSD: advmcode.c,v 1.7 2004/02/13 11:36:21 wiz Exp $ */ /* * Generic driver definitions and exported functions for the Advanced @@ -55,13 +55,13 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: advmcode.c,v 1.6 2003/11/02 11:07:44 wiz Exp $"); +__KERNEL_RCSID(0, "$NetBSD: advmcode.c,v 1.7 2004/02/13 11:36:21 wiz Exp $"); #include <sys/param.h> /* - * This is the uCode for the Narrow board RISC cpu. + * This is the uCode for the Narrow board RISC CPU. * This code is loaded into Lram during initialization procedure. */ |
