summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysctl.c
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2004-04-23 02:58:27 +0000
committersimonb <simonb@NetBSD.org>2004-04-23 02:58:27 +0000
commit9bc855a9318a0a67f86e978bdd66366e2786b5ef (patch)
tree5ad22dd973d299d05210905342892ed44925baa8 /sys/kern/init_sysctl.c
parentba5d7d507ca5f52f1ee68ed0c1a8527c58d07c9d (diff)
s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
Diffstat (limited to 'sys/kern/init_sysctl.c')
-rw-r--r--sys/kern/init_sysctl.c8
1 files changed, 4 insertions, 4 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)