Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src "s/ are are / are /" in comment. No functional change.
details: https://anonhg.NetBSD.org/src/rev/a8eea6965b1d
branches: trunk
changeset: 445662:a8eea6965b1d
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Nov 08 06:34:40 2018 +0000
description:
"s/ are are / are /" in comment. No functional change.
diffstat:
lib/libform/internals.c | 6 +++---
sbin/fsck_ffs/dir.c | 6 +++---
sys/dev/pci/twereg.h | 4 ++--
sys/netinet/sctputil.c | 6 +++---
4 files changed, 11 insertions(+), 11 deletions(-)
diffs (100 lines):
diff -r 7a6f2d68710e -r a8eea6965b1d lib/libform/internals.c
--- a/lib/libform/internals.c Thu Nov 08 06:23:48 2018 +0000
+++ b/lib/libform/internals.c Thu Nov 08 06:34:40 2018 +0000
@@ -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 @@
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';
}
diff -r 7a6f2d68710e -r a8eea6965b1d sbin/fsck_ffs/dir.c
--- a/sbin/fsck_ffs/dir.c Thu Nov 08 06:23:48 2018 +0000
+++ b/sbin/fsck_ffs/dir.c Thu Nov 08 06:34:40 2018 +0000
@@ -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 @@
}
/*
- * 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) {
diff -r 7a6f2d68710e -r a8eea6965b1d sys/dev/pci/twereg.h
--- a/sys/dev/pci/twereg.h Thu Nov 08 06:23:48 2018 +0000
+++ b/sys/dev/pci/twereg.h Thu Nov 08 06:34:40 2018 +0000
@@ -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 @@
* 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
diff -r 7a6f2d68710e -r a8eea6965b1d sys/netinet/sctputil.c
--- a/sys/netinet/sctputil.c Thu Nov 08 06:23:48 2018 +0000
+++ b/sys/netinet/sctputil.c Thu Nov 08 06:34:40 2018 +0000
@@ -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 @@
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)) {
Home |
Main Index |
Thread Index |
Old Index