Module Name:    src
Committed By:   msaitoh
Date:           Thu Nov  8 06:43:52 UTC 2018

Modified Files:
        src/lib/libc/gen: pwcache.c
        src/sys/arch/sgimips/sgimips: arcemu.c
        src/sys/dev/ic: ds1687reg.h
        src/sys/netinet: tcp_input.c

Log Message:
"s/ an an / an /" in comment. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/gen/pwcache.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sgimips/sgimips/arcemu.c
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/ds1687reg.h
cvs rdiff -u -r1.412 -r1.413 src/sys/netinet/tcp_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/pwcache.c
diff -u src/lib/libc/gen/pwcache.c:1.31 src/lib/libc/gen/pwcache.c:1.32
--- src/lib/libc/gen/pwcache.c:1.31	Tue Mar 23 20:28:59 2010
+++ src/lib/libc/gen/pwcache.c	Thu Nov  8 06:43:52 2018
@@ -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 @@ st_hash(const char *name, size_t len, in
 
 /*
  * uidtb_start
- *	creates an an empty uidtb
+ *	creates an empty uidtb
  * Return:
  *	0 if ok, -1 otherwise
  */
@@ -187,7 +187,7 @@ uidtb_start(void)
 
 /*
  * gidtb_start
- *	creates an an empty gidtb
+ *	creates an empty gidtb
  * Return:
  *	0 if ok, -1 otherwise
  */
@@ -208,7 +208,7 @@ gidtb_start(void)
 
 /*
  * usrtb_start
- *	creates an an empty usrtb
+ *	creates an empty usrtb
  * Return:
  *	0 if ok, -1 otherwise
  */
@@ -229,7 +229,7 @@ usrtb_start(void)
 
 /*
  * grptb_start
- *	creates an an empty grptb
+ *	creates an empty grptb
  * Return:
  *	0 if ok, -1 otherwise
  */

Index: src/sys/arch/sgimips/sgimips/arcemu.c
diff -u src/sys/arch/sgimips/sgimips/arcemu.c:1.23 src/sys/arch/sgimips/sgimips/arcemu.c:1.24
--- src/sys/arch/sgimips/sgimips/arcemu.c:1.23	Thu Feb  8 09:05:18 2018
+++ src/sys/arch/sgimips/sgimips/arcemu.c	Thu Nov  8 06:43:52 2018
@@ -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 @@ arcemu_ip6_GetMemoryDescriptor(void *mem
 	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;

Index: src/sys/dev/ic/ds1687reg.h
diff -u src/sys/dev/ic/ds1687reg.h:1.10 src/sys/dev/ic/ds1687reg.h:1.11
--- src/sys/dev/ic/ds1687reg.h:1.10	Sun May  4 12:50:38 2008
+++ src/sys/dev/ic/ds1687reg.h	Thu Nov  8 06:43:52 2018
@@ -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.
  *

Index: src/sys/netinet/tcp_input.c
diff -u src/sys/netinet/tcp_input.c:1.412 src/sys/netinet/tcp_input.c:1.413
--- src/sys/netinet/tcp_input.c:1.412	Fri Sep 14 05:09:51 2018
+++ src/sys/netinet/tcp_input.c	Thu Nov  8 06:43:52 2018
@@ -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 @@ after_listen:
 		 * 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)

Reply via email to