Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src "s/ an an / an /" in comment. No functional change.



details:   https://anonhg.NetBSD.org/src/rev/6a9111bba492
branches:  trunk
changeset: 445663:6a9111bba492
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Nov 08 06:43:52 2018 +0000

description:
"s/ an an / an /" in comment. No functional change.

diffstat:

 lib/libc/gen/pwcache.c            |  12 ++++++------
 sys/arch/sgimips/sgimips/arcemu.c |   6 +++---
 sys/dev/ic/ds1687reg.h            |   4 ++--
 sys/netinet/tcp_input.c           |   6 +++---
 4 files changed, 14 insertions(+), 14 deletions(-)

diffs (126 lines):

diff -r a8eea6965b1d -r 6a9111bba492 lib/libc/gen/pwcache.c
--- a/lib/libc/gen/pwcache.c    Thu Nov 08 06:34:40 2018 +0000
+++ b/lib/libc/gen/pwcache.c    Thu Nov 08 06:43:52 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pwcache.c,v 1.31 2010/03/23 20:28:59 drochner Exp $    */
+/*     $NetBSD: pwcache.c,v 1.32 2018/11/08 06:43:52 msaitoh Exp $     */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -74,7 +74,7 @@
 #if 0
 static char sccsid[] = "@(#)cache.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: pwcache.c,v 1.31 2010/03/23 20:28:59 drochner Exp $");
+__RCSID("$NetBSD: pwcache.c,v 1.32 2018/11/08 06:43:52 msaitoh Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -166,7 +166,7 @@
 
 /*
  * uidtb_start
- *     creates an an empty uidtb
+ *     creates an empty uidtb
  * Return:
  *     0 if ok, -1 otherwise
  */
@@ -187,7 +187,7 @@
 
 /*
  * gidtb_start
- *     creates an an empty gidtb
+ *     creates an empty gidtb
  * Return:
  *     0 if ok, -1 otherwise
  */
@@ -208,7 +208,7 @@
 
 /*
  * usrtb_start
- *     creates an an empty usrtb
+ *     creates an empty usrtb
  * Return:
  *     0 if ok, -1 otherwise
  */
@@ -229,7 +229,7 @@
 
 /*
  * grptb_start
- *     creates an an empty grptb
+ *     creates an empty grptb
  * Return:
  *     0 if ok, -1 otherwise
  */
diff -r a8eea6965b1d -r 6a9111bba492 sys/arch/sgimips/sgimips/arcemu.c
--- a/sys/arch/sgimips/sgimips/arcemu.c Thu Nov 08 06:34:40 2018 +0000
+++ b/sys/arch/sgimips/sgimips/arcemu.c Thu Nov 08 06:43:52 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arcemu.c,v 1.23 2018/02/08 09:05:18 dholland Exp $     */
+/*     $NetBSD: arcemu.c,v 1.24 2018/11/08 06:43:52 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2004 Steve Rumble 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: arcemu.c,v 1.23 2018/02/08 09:05:18 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arcemu.c,v 1.24 2018/11/08 06:43:52 msaitoh Exp $");
 
 #ifndef _LP64
 
@@ -507,7 +507,7 @@
        if (memcfg & 0x10) {
                pages *= 4096;
 
-#if 0 // may cause an an exception and bring us down in flames; disable until tested
+#if 0 // may cause an exception and bring us down in flames; disable until tested
                /* check for aliasing and adjust page count if necessary */
                volatile uint8_t *tp1, *tp2;
                uint8_t tmp;
diff -r a8eea6965b1d -r 6a9111bba492 sys/dev/ic/ds1687reg.h
--- a/sys/dev/ic/ds1687reg.h    Thu Nov 08 06:34:40 2018 +0000
+++ b/sys/dev/ic/ds1687reg.h    Thu Nov 08 06:43:52 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ds1687reg.h,v 1.10 2008/05/04 12:50:38 martin Exp $    */
+/*     $NetBSD: ds1687reg.h,v 1.11 2018/11/08 06:43:52 msaitoh Exp $   */
 
 /*
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -69,7 +69,7 @@
  * The DS1686 contains 14 basic clock-related registers and 50 bytes of
  * user RAM laid out for compatibility with the register layout of the
  * DS1287/MC14818 chips.  It also includes an extended mode which allows
- * access to these same basic registers as well an an extended register
+ * access to these same basic registers as well an extended register
  * set and NVRAM area; this extended register set includes a century
  * register for Y2k compliant date storage.
  *
diff -r a8eea6965b1d -r 6a9111bba492 sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c   Thu Nov 08 06:34:40 2018 +0000
+++ b/sys/netinet/tcp_input.c   Thu Nov 08 06:43:52 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_input.c,v 1.412 2018/09/14 05:09:51 maxv Exp $     */
+/*     $NetBSD: tcp_input.c,v 1.413 2018/11/08 06:43:52 msaitoh Exp $  */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -148,7 +148,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.412 2018/09/14 05:09:51 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.413 2018/11/08 06:43:52 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -1817,7 +1817,7 @@
                 * ts_rtt is increased by 1 to denote a valid sample,
                 * with 0 indicating an invalid measurement.  This
                 * extra 1 must be removed when ts_rtt is used, or
-                * else an an erroneous extra 500 ms will result.
+                * else an erroneous extra 500 ms will result.
                 */
                ts_rtt = TCP_TIMESTAMP(tp) - opti.ts_ecr + 1;
                if (ts_rtt > TCP_PAWS_IDLE)



Home | Main Index | Thread Index | Old Index