Module Name:    src
Committed By:   msaitoh
Date:           Thu Nov  8 06:34:40 UTC 2018

Modified Files:
        src/lib/libform: internals.c
        src/sbin/fsck_ffs: dir.c
        src/sys/dev/pci: twereg.h
        src/sys/netinet: sctputil.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libform/internals.c
cvs rdiff -u -r1.58 -r1.59 src/sbin/fsck_ffs/dir.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/twereg.h
cvs rdiff -u -r1.13 -r1.14 src/sys/netinet/sctputil.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/libform/internals.c
diff -u src/lib/libform/internals.c:1.38 src/lib/libform/internals.c:1.39
--- src/lib/libform/internals.c:1.38	Wed Mar  9 19:47:13 2016
+++ src/lib/libform/internals.c	Thu Nov  8 06:34:40 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: internals.c,v 1.38 2016/03/09 19:47:13 christos Exp $	*/
+/*	$NetBSD: internals.c,v 1.39 2018/11/08 06:34:40 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1998-1999 Brett Lymn
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: internals.c,v 1.38 2016/03/09 19:47:13 christos Exp $");
+__RCSID("$NetBSD: internals.c,v 1.39 2018/11/08 06:34:40 msaitoh Exp $");
 
 #include <limits.h>
 #include <ctype.h>
@@ -1845,7 +1845,7 @@ _formi_add_char(FIELD *field, unsigned i
 	if (pos >= row->length) {
 		  /* make sure the string is terminated if we are at the
 		   * end of the string, the terminator would be missing
-		   * if we are are at the end of the field.
+		   * if we are at the end of the field.
 		   */
 		row->string[pos + 1] = '\0';
 	}

Index: src/sbin/fsck_ffs/dir.c
diff -u src/sbin/fsck_ffs/dir.c:1.58 src/sbin/fsck_ffs/dir.c:1.59
--- src/sbin/fsck_ffs/dir.c:1.58	Wed Feb  8 16:11:40 2017
+++ src/sbin/fsck_ffs/dir.c	Thu Nov  8 06:34:40 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: dir.c,v 1.58 2017/02/08 16:11:40 rin Exp $	*/
+/*	$NetBSD: dir.c,v 1.59 2018/11/08 06:34:40 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)dir.c	8.8 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: dir.c,v 1.58 2017/02/08 16:11:40 rin Exp $");
+__RCSID("$NetBSD: dir.c,v 1.59 2018/11/08 06:34:40 msaitoh Exp $");
 #endif
 #endif /* not lint */
 
@@ -172,7 +172,7 @@ dirscan(struct inodesc *idesc)
 	}
 
 	/*
-	 * If we are are swapping byte order in directory entries, just swap
+	 * If we are swapping byte order in directory entries, just swap
 	 * this block and return.
 	 */
 	if (do_dirswap) {

Index: src/sys/dev/pci/twereg.h
diff -u src/sys/dev/pci/twereg.h:1.15 src/sys/dev/pci/twereg.h:1.16
--- src/sys/dev/pci/twereg.h:1.15	Mon Sep  8 23:36:54 2008
+++ src/sys/dev/pci/twereg.h	Thu Nov  8 06:34:40 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: twereg.h,v 1.15 2008/09/08 23:36:54 gmcgarry Exp $	*/
+/*	$NetBSD: twereg.h,v 1.16 2018/11/08 06:34:40 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -190,7 +190,7 @@ struct twe_param {
  * From 3ware's documentation:
  *
  *   All parameters maintained by the controller are grouped into related
- *   tables.  Tables are are accessed indirectly via get and set parameter
+ *   tables.  Tables are accessed indirectly via get and set parameter
  *   commands.  To access a specific parameter in a table, the table ID and
  *   parameter index are used to uniquely identify a parameter.  Table
  *   0xffff is the directory table and provides a list of the table IDs and

Index: src/sys/netinet/sctputil.c
diff -u src/sys/netinet/sctputil.c:1.13 src/sys/netinet/sctputil.c:1.14
--- src/sys/netinet/sctputil.c:1.13	Mon Sep  3 16:29:36 2018
+++ src/sys/netinet/sctputil.c	Thu Nov  8 06:34:40 2018
@@ -1,5 +1,5 @@
 /*	$KAME: sctputil.c,v 1.39 2005/06/16 20:54:06 jinmei Exp $	*/
-/*	$NetBSD: sctputil.c,v 1.13 2018/09/03 16:29:36 riastradh Exp $	*/
+/*	$NetBSD: sctputil.c,v 1.14 2018/11/08 06:34:40 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Cisco Systems, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctputil.c,v 1.13 2018/09/03 16:29:36 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctputil.c,v 1.14 2018/11/08 06:34:40 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -2027,7 +2027,7 @@ sctp_notify_assoc_change(u_int32_t event
 	printf("notify: %d\n", event);
 #endif
 	/*
-	 * First if we are are going down dump everything we
+	 * First if we are going down dump everything we
 	 * can to the socket rcv queue.
 	 */
 	if ((event == SCTP_SHUTDOWN_COMP) || (event == SCTP_COMM_LOST)) {

Reply via email to