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/be3e07189ced
branches:  trunk
changeset: 321681:be3e07189ced
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 a29476598525 -r be3e07189ced 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