Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/config s/implicitely/implicitly/



details:   https://anonhg.NetBSD.org/src/rev/856f8ad5af1c
branches:  trunk
changeset: 939750:856f8ad5af1c
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Sep 29 03:02:18 2020 +0000

description:
s/implicitely/implicitly/

diffstat:

 sys/arch/atari/dev/ncr5380.c  |  6 +++---
 sys/arch/mac68k/dev/ncr5380.c |  6 +++---
 sys/dev/scsipi/cd.c           |  6 +++---
 sys/fs/nfs/client/nfs_clbio.c |  6 +++---
 usr.bin/config/config.5       |  4 ++--
 5 files changed, 14 insertions(+), 14 deletions(-)

diffs (126 lines):

diff -r 558a1c0cba80 -r 856f8ad5af1c sys/arch/atari/dev/ncr5380.c
--- a/sys/arch/atari/dev/ncr5380.c      Tue Sep 29 02:58:51 2020 +0000
+++ b/sys/arch/atari/dev/ncr5380.c      Tue Sep 29 03:02:18 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr5380.c,v 1.73 2019/06/29 16:41:19 tsutsui Exp $     */
+/*     $NetBSD: ncr5380.c,v 1.74 2020/09/29 03:02:18 msaitoh Exp $     */
 
 /*
  * Copyright (c) 1995 Leo Weppelman.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ncr5380.c,v 1.73 2019/06/29 16:41:19 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ncr5380.c,v 1.74 2020/09/29 03:02:18 msaitoh Exp $");
 
 /*
  * Bit mask of targets you want debugging to be shown
@@ -1218,7 +1218,7 @@
        case MSG_SAVEDATAPOINTER:
        case MSG_RESTOREPOINTERS:
                /*
-                * We save pointers implicitely at disconnect.
+                * We save pointers implicitly at disconnect.
                 * So we can ignore these messages.
                 */
                ack_message();
diff -r 558a1c0cba80 -r 856f8ad5af1c sys/arch/mac68k/dev/ncr5380.c
--- a/sys/arch/mac68k/dev/ncr5380.c     Tue Sep 29 02:58:51 2020 +0000
+++ b/sys/arch/mac68k/dev/ncr5380.c     Tue Sep 29 03:02:18 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr5380.c,v 1.67 2014/10/18 08:33:25 snj Exp $ */
+/*     $NetBSD: ncr5380.c,v 1.68 2020/09/29 03:02:18 msaitoh Exp $     */
 
 /*
  * Copyright (c) 1995 Leo Weppelman.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ncr5380.c,v 1.67 2014/10/18 08:33:25 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ncr5380.c,v 1.68 2020/09/29 03:02:18 msaitoh Exp $");
 
 /*
  * Bit mask of targets you want debugging to be shown
@@ -1194,7 +1194,7 @@
                case MSG_SAVEDATAPOINTER:
                case MSG_RESTOREPOINTERS:
                        /*
-                        * We save pointers implicitely at disconnect.
+                        * We save pointers implicitly at disconnect.
                         * So we can ignore these messages.
                         */
                        ack_message();
diff -r 558a1c0cba80 -r 856f8ad5af1c sys/dev/scsipi/cd.c
--- a/sys/dev/scsipi/cd.c       Tue Sep 29 02:58:51 2020 +0000
+++ b/sys/dev/scsipi/cd.c       Tue Sep 29 03:02:18 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cd.c,v 1.346 2020/09/29 02:58:52 msaitoh Exp $ */
+/*     $NetBSD: cd.c,v 1.347 2020/09/29 03:02:19 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 1998, 2001, 2003, 2004, 2005, 2008 The NetBSD Foundation,
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.346 2020/09/29 02:58:52 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.347 2020/09/29 03:02:19 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -758,7 +758,7 @@
 /*
  * Issue single I/O command
  *
- * Called from dk_start and implicitely from dk_strategy
+ * Called from dk_start and implicitly from dk_strategy
  */
 static int
 cd_diskstart(device_t dev, struct buf *bp)
diff -r 558a1c0cba80 -r 856f8ad5af1c sys/fs/nfs/client/nfs_clbio.c
--- a/sys/fs/nfs/client/nfs_clbio.c     Tue Sep 29 02:58:51 2020 +0000
+++ b/sys/fs/nfs/client/nfs_clbio.c     Tue Sep 29 03:02:18 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_clbio.c,v 1.5 2018/09/03 16:29:34 riastradh Exp $  */
+/*     $NetBSD: nfs_clbio.c,v 1.6 2020/09/29 03:02:19 msaitoh Exp $    */
 /*-
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("FreeBSD: head/sys/fs/nfsclient/nfs_clbio.c 304026 2016-08-12 22:44:59Z rmacklem "); */
-__RCSID("$NetBSD: nfs_clbio.c,v 1.5 2018/09/03 16:29:34 riastradh Exp $");
+__RCSID("$NetBSD: nfs_clbio.c,v 1.6 2020/09/29 03:02:19 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1231,7 +1231,7 @@
                if (ioflag & IO_UNIT) {
                        VATTR_NULL(&vattr);
                        vattr.va_size = orig_size;
-                       /* IO_SYNC is handled implicitely */
+                       /* IO_SYNC is handled implicitly */
                        (void)VOP_SETATTR(vp, &vattr, cred);
                        uio->uio_offset -= orig_resid - uio->uio_resid;
                        uio->uio_resid = orig_resid;
diff -r 558a1c0cba80 -r 856f8ad5af1c usr.bin/config/config.5
--- a/usr.bin/config/config.5   Tue Sep 29 02:58:51 2020 +0000
+++ b/usr.bin/config/config.5   Tue Sep 29 03:02:18 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.5,v 1.44 2020/07/31 23:55:57 uwe Exp $
+.\" $NetBSD: config.5,v 1.45 2020/09/29 03:02:19 msaitoh Exp $
 .\"
 .\"  Copyright (c) 2006, 2007 The NetBSD Foundation.
 .\"  All rights reserved.
@@ -325,7 +325,7 @@
 .Ar attribute
 has been previously defined, through
 .Ic define
-or any other statement that implicitely defines attributes such as
+or any other statement that implicitly defines attributes such as
 .Ic device .
 .El
 .\"



Home | Main Index | Thread Index | Old Index