Subject: misc/30872: typo in comments: s/kernal/kernel/
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <anonymous@example.net>
List: netbsd-bugs
Date: 07/30/2005 06:34:01
>Number: 30872
>Category: misc
>Synopsis: typo in comments: s/kernal/kernel/
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sat Jul 30 06:34:01 +0000 2005
>Originator: anonymous
>Release: NetBSD 2.0.2
>Organization:
>Environment:
N/A
>Description:
typo in comments: s/kernal/kernel/
>How-To-Repeat:
-
>Fix:
apply this patch:
Index: sys/arch/pc532/include/vmparam.h
===================================================================
RCS file: /cvsroot/src/sys/arch/pc532/include/vmparam.h,v
retrieving revision 1.30
diff -u -r1.30 vmparam.h
--- sys/arch/pc532/include/vmparam.h 23 Jan 2004 04:03:38 -0000 1.30
+++ sys/arch/pc532/include/vmparam.h 30 Jul 2005 06:28:15 -0000
@@ -57,7 +57,7 @@
* the kernel stack.
*
* Immediately after the user structure is the page table map, and then
- * kernal address space.
+ * kernel address space.
*/
#define USRSTACK VM_MAXUSER_ADDRESS
Index: sys/arch/amd64/include/vmparam.h
===================================================================
RCS file: /cvsroot/src/sys/arch/amd64/include/vmparam.h,v
retrieving revision 1.8
diff -u -r1.8 vmparam.h
--- sys/arch/amd64/include/vmparam.h 26 Mar 2005 05:12:34 -0000 1.8
+++ sys/arch/amd64/include/vmparam.h 30 Jul 2005 06:28:15 -0000
@@ -57,7 +57,7 @@
* the kernel stack.
*
* Immediately after the user structure is the page table map, and then
- * kernal address space.
+ * kernel address space.
*/
#define USRSTACK VM_MAXUSER_ADDRESS
Index: lib/libc/rpc/clnt_raw.c
===================================================================
RCS file: /cvsroot/src/lib/libc/rpc/clnt_raw.c,v
retrieving revision 1.26
diff -u -r1.26 clnt_raw.c
--- lib/libc/rpc/clnt_raw.c 9 Jun 2005 22:13:17 -0000 1.26
+++ lib/libc/rpc/clnt_raw.c 30 Jul 2005 06:28:17 -0000
@@ -47,7 +47,7 @@
* Memory based rpc for simple testing and timing.
* Interface to create an rpc client and server in the same process.
* This lets us similate rpc and get round trip overhead, without
- * any interference from the kernal.
+ * any interference from the kernel.
*/
#include "namespace.h"
Index: lib/libc/rpc/svc_raw.c
===================================================================
RCS file: /cvsroot/src/lib/libc/rpc/svc_raw.c,v
retrieving revision 1.18
diff -u -r1.18 svc_raw.c
--- lib/libc/rpc/svc_raw.c 9 Jun 2005 22:13:17 -0000 1.18
+++ lib/libc/rpc/svc_raw.c 30 Jul 2005 06:28:17 -0000
@@ -47,7 +47,7 @@
* svc_raw.c, This a toy for simple testing and timing.
* Interface to create an rpc client and server in the same UNIX process.
* This lets us similate rpc and get rpc (round trip) overhead, without
- * any interference from the kernal.
+ * any interference from the kernel.
*
*/