summaryrefslogtreecommitdiff
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2018-03-30 22:59:43 +0000
committermaya <maya@NetBSD.org>2018-03-30 22:59:43 +0000
commitb4961ba98eaf8adef02c06c9ee27b024c83c0749 (patch)
tree0088a59d6d4ccb1adf8dd2b22e8f5ae90e5abae4 /sys/kern/tty.c
parentfdbd51cf52fdc166c4c4f843143982c86d879015 (diff)
correct typo: and and -> and
from chris28.
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 4603aa17258..b14159731bc 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -1,4 +1,4 @@
-/* $NetBSD: tty.c,v 1.275 2017/10/25 08:12:39 maya Exp $ */
+/* $NetBSD: tty.c,v 1.276 2018/03/30 22:59:43 maya Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.275 2017/10/25 08:12:39 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.276 2018/03/30 22:59:43 maya Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -302,8 +302,8 @@ sysctl_kern_tty_setup(void)
sysctl_createv(&kern_tkstat_sysctllog, 0, NULL, NULL,
CTLFLAG_PERMANENT,
CTLTYPE_NODE, "tkstat",
- SYSCTL_DESCR("Number of characters sent and and "
- "received on ttys"),
+ SYSCTL_DESCR("Number of characters sent and received "
+ "on ttys"),
NULL, 0, NULL, 0,
CTL_KERN, KERN_TKSTAT, CTL_EOL);