Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern correct typo: and and -> and
details: https://anonhg.NetBSD.org/src/rev/d618cc58f5ed
branches: trunk
changeset: 360793:d618cc58f5ed
user: maya <maya%NetBSD.org@localhost>
date: Fri Mar 30 22:59:43 2018 +0000
description:
correct typo: and and -> and
from chris28.
diffstat:
sys/kern/tty.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r e630f2448ec9 -r d618cc58f5ed sys/kern/tty.c
--- a/sys/kern/tty.c Fri Mar 30 22:54:36 2018 +0000
+++ b/sys/kern/tty.c Fri Mar 30 22:59:43 2018 +0000
@@ -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_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);
Home |
Main Index |
Thread Index |
Old Index