Module Name: src
Committed By: maya
Date: Fri Mar 30 22:59:43 UTC 2018
Modified Files:
src/sys/kern: tty.c
Log Message:
correct typo: and and -> and
from chris28.
To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/sys/kern/tty.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/tty.c
diff -u src/sys/kern/tty.c:1.275 src/sys/kern/tty.c:1.276
--- src/sys/kern/tty.c:1.275 Wed Oct 25 08:12:39 2017
+++ src/sys/kern/tty.c Fri Mar 30 22:59:43 2018
@@ -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);