diff options
| author | simonb <simonb@NetBSD.org> | 2004-04-23 02:58:27 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2004-04-23 02:58:27 +0000 |
| commit | 9bc855a9318a0a67f86e978bdd66366e2786b5ef (patch) | |
| tree | 5ad22dd973d299d05210905342892ed44925baa8 /sys/kern | |
| parent | ba5d7d507ca5f52f1ee68ed0c1a8527c58d07c9d (diff) | |
s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
Diffstat (limited to 'sys/kern')
| -rw-r--r-- | sys/kern/init_sysctl.c | 8 | ||||
| -rw-r--r-- | sys/kern/kern_malloc_debug.c | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/kern/init_sysctl.c b/sys/kern/init_sysctl.c index 84624ac0cec..73c8a20c20b 100644 --- a/sys/kern/init_sysctl.c +++ b/sys/kern/init_sysctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: init_sysctl.c,v 1.27 2004/04/16 13:25:40 atatat Exp $ */ +/* $NetBSD: init_sysctl.c,v 1.28 2004/04/23 02:58:29 simonb Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: init_sysctl.c,v 1.27 2004/04/16 13:25:40 atatat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: init_sysctl.c,v 1.28 2004/04/23 02:58:29 simonb Exp $"); #include "opt_sysv.h" #include "opt_multiprocessor.h" @@ -1228,8 +1228,8 @@ sysctl_kern_autonice(SYSCTLFN_ARGS) /* * sysctl helper routine for kern.msgbufsize and kern.msgbuf. for the - * former it merely checks the the message buffer is set up. for the - * latter, it also copies out the data if necessary. + * former it merely checks the message buffer is set up. for the latter, + * it also copies out the data if necessary. */ static int sysctl_msgbuf(SYSCTLFN_ARGS) diff --git a/sys/kern/kern_malloc_debug.c b/sys/kern/kern_malloc_debug.c index e1a56859344..d2d0f618fa7 100644 --- a/sys/kern/kern_malloc_debug.c +++ b/sys/kern/kern_malloc_debug.c @@ -1,4 +1,4 @@ -/* $NetBSD: kern_malloc_debug.c,v 1.11 2003/10/24 00:53:43 yamt Exp $ */ +/* $NetBSD: kern_malloc_debug.c,v 1.12 2004/04/23 02:58:29 simonb Exp $ */ /* * Copyright (c) 1999, 2000 Artur Grabowski <art@openbsd.org> @@ -41,7 +41,7 @@ * more types will also add to the complexity of the code. * * This is really simple. Every malloc() allocates two virtual pages, - * the second page is left unmapped, and the the value returned is aligned + * the second page is left unmapped, and the value returned is aligned * so that it ends at (or very close to) the page boundary to catch overflows. * Every free() changes the protection of the first page to VM_PROT_NONE so * that we can catch any dangling writes to it. @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: kern_malloc_debug.c,v 1.11 2003/10/24 00:53:43 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_malloc_debug.c,v 1.12 2004/04/23 02:58:29 simonb Exp $"); #include <sys/param.h> #include <sys/proc.h> |
