Source-Changes-HG archive

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

[src/trunk]: src fix typos in word "otherwise".



details:   https://anonhg.NetBSD.org/src/rev/7b11760fdd82
branches:  trunk
changeset: 984948:7b11760fdd82
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Aug 01 15:29:29 2021 +0000

description:
fix typos in word "otherwise".

diffstat:

 lib/libutil/pidfile.c            |  6 +++---
 sys/arch/emips/conf/RAMDISK      |  4 ++--
 sys/arch/pmax/conf/RAMDISK       |  4 ++--
 sys/arch/pmax/conf/RAMDISK64     |  4 ++--
 sys/dev/qbus/if_de.c             |  6 +++---
 sys/dev/qbus/if_il.c             |  6 +++---
 sys/dev/raidframe/rf_pqdegdags.c |  6 +++---
 usr.bin/ftp/fetch.c              |  6 +++---
 8 files changed, 21 insertions(+), 21 deletions(-)

diffs (177 lines):

diff -r 2f95a592f2ad -r 7b11760fdd82 lib/libutil/pidfile.c
--- a/lib/libutil/pidfile.c     Sun Aug 01 14:56:18 2021 +0000
+++ b/lib/libutil/pidfile.c     Sun Aug 01 15:29:29 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pidfile.c,v 1.15 2019/12/27 09:45:26 msaitoh Exp $     */
+/*     $NetBSD: pidfile.c,v 1.16 2021/08/01 15:29:29 andvar Exp $      */
 
 /*-
  * Copyright (c) 1999, 2016 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: pidfile.c,v 1.15 2019/12/27 09:45:26 msaitoh Exp $");
+__RCSID("$NetBSD: pidfile.c,v 1.16 2021/08/01 15:29:29 andvar Exp $");
 #endif
 
 #include <sys/param.h>
@@ -130,7 +130,7 @@
 }
 
 /* Returns the process ID inside path on success, otherwise -1.
- * If no path is given, use the last pidfile path, othewise the default one. */
+ * If no path is given, use the last pidfile path, otherwise the default one. */
 pid_t
 pidfile_read(const char *path)
 {
diff -r 2f95a592f2ad -r 7b11760fdd82 sys/arch/emips/conf/RAMDISK
--- a/sys/arch/emips/conf/RAMDISK       Sun Aug 01 14:56:18 2021 +0000
+++ b/sys/arch/emips/conf/RAMDISK       Sun Aug 01 15:29:29 2021 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: RAMDISK,v 1.4 2019/03/31 16:10:27 christos Exp $
+#      $NetBSD: RAMDISK,v 1.5 2021/08/01 15:29:29 andvar Exp $
 #
 # Install kernel with ramdisk added.
 # The ramdisk is be too big to netboot directly via ECOFF on some machines,
-# so keep it otherise identical to INSTALL.
+# so keep it otherwise identical to INSTALL.
 #
 
 # Pull in standard `install' config
diff -r 2f95a592f2ad -r 7b11760fdd82 sys/arch/pmax/conf/RAMDISK
--- a/sys/arch/pmax/conf/RAMDISK        Sun Aug 01 14:56:18 2021 +0000
+++ b/sys/arch/pmax/conf/RAMDISK        Sun Aug 01 15:29:29 2021 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: RAMDISK,v 1.18 2019/06/26 07:33:19 martin Exp $
+#      $NetBSD: RAMDISK,v 1.19 2021/08/01 15:29:29 andvar Exp $
 #
 # Install kernel with ramdisk added.
 # The ramdisk is be too big to netboot directly via ECOFF on some machines,
-# so keep it otherise identical to INSTALL.
+# so keep it otherwise identical to INSTALL.
 #
 
 # Pull in standard `install' config
diff -r 2f95a592f2ad -r 7b11760fdd82 sys/arch/pmax/conf/RAMDISK64
--- a/sys/arch/pmax/conf/RAMDISK64      Sun Aug 01 14:56:18 2021 +0000
+++ b/sys/arch/pmax/conf/RAMDISK64      Sun Aug 01 15:29:29 2021 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: RAMDISK64,v 1.7 2020/09/07 09:14:47 mrg Exp $
+#      $NetBSD: RAMDISK64,v 1.8 2021/08/01 15:29:29 andvar Exp $
 #
 # Install kernel with ramdisk added.
 # The ramdisk is be too big to netboot directly via ECOFF on some machines,
-# so keep it otherise identical to INSTALL.
+# so keep it otherwise identical to INSTALL.
 #
 
 # Pull in standard `install' config
diff -r 2f95a592f2ad -r 7b11760fdd82 sys/dev/qbus/if_de.c
--- a/sys/dev/qbus/if_de.c      Sun Aug 01 14:56:18 2021 +0000
+++ b/sys/dev/qbus/if_de.c      Sun Aug 01 15:29:29 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_de.c,v 1.35 2020/01/29 05:57:21 thorpej Exp $       */
+/*     $NetBSD: if_de.c,v 1.36 2021/08/01 15:29:30 andvar Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1989 Regents of the University of California.
@@ -72,7 +72,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.35 2020/01/29 05:57:21 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.36 2021/08/01 15:29:30 andvar Exp $");
 
 #include "opt_inet.h"
 
@@ -514,7 +514,7 @@
  * If input error just drop packet.
  * Otherwise purge input buffered data path and examine
  * packet to determine type.  If can't determine length
- * from type, then have to drop packet.         Othewise decapsulate
+ * from type, then have to drop packet.         Otherwise decapsulate
  * packet based on type and pass to type specific higher-level
  * input routine.
  */
diff -r 2f95a592f2ad -r 7b11760fdd82 sys/dev/qbus/if_il.c
--- a/sys/dev/qbus/if_il.c      Sun Aug 01 14:56:18 2021 +0000
+++ b/sys/dev/qbus/if_il.c      Sun Aug 01 15:29:29 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_il.c,v 1.36 2019/10/21 08:22:06 msaitoh Exp $       */
+/*     $NetBSD: if_il.c,v 1.37 2021/08/01 15:29:30 andvar Exp $        */
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_il.c,v 1.36 2019/10/21 08:22:06 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_il.c,v 1.37 2021/08/01 15:29:30 andvar Exp $");
 
 #include "opt_inet.h"
 
@@ -497,7 +497,7 @@
  * If input error just drop packet.
  * Otherwise purge input buffered data path and examine
  * packet to determine type.  If can't determine length
- * from type, then have to drop packet.  Othewise decapsulate
+ * from type, then have to drop packet.  Otherwise decapsulate
  * packet based on type and pass to type specific higher-level
  * input routine.
  */
diff -r 2f95a592f2ad -r 7b11760fdd82 sys/dev/raidframe/rf_pqdegdags.c
--- a/sys/dev/raidframe/rf_pqdegdags.c  Sun Aug 01 14:56:18 2021 +0000
+++ b/sys/dev/raidframe/rf_pqdegdags.c  Sun Aug 01 15:29:29 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_pqdegdags.c,v 1.13 2011/08/01 12:28:53 mbalmer Exp $        */
+/*     $NetBSD: rf_pqdegdags.c,v 1.14 2021/08/01 15:29:30 andvar Exp $ */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -33,7 +33,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_pqdegdags.c,v 1.13 2011/08/01 12:28:53 mbalmer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_pqdegdags.c,v 1.14 2021/08/01 15:29:30 andvar Exp $");
 
 #include "rf_archs.h"
 
@@ -287,7 +287,7 @@
         * & Q to recover the second failed data unit in P. Zero fill Q, then
         * apply the recovered data to p. Then apply the data being written to
         * the failed drive. Then walk through the surviving drives, applying
-        * new data when it exists, othewise the recovery data. Quite a mess.
+        * new data when it exists, otherwise the recovery data. Quite a mess.
         *
         *
         * The params
diff -r 2f95a592f2ad -r 7b11760fdd82 usr.bin/ftp/fetch.c
--- a/usr.bin/ftp/fetch.c       Sun Aug 01 14:56:18 2021 +0000
+++ b/usr.bin/ftp/fetch.c       Sun Aug 01 15:29:29 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fetch.c,v 1.233 2021/07/06 09:26:47 christos Exp $     */
+/*     $NetBSD: fetch.c,v 1.234 2021/08/01 15:29:30 andvar Exp $       */
 
 /*-
  * Copyright (c) 1997-2015 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: fetch.c,v 1.233 2021/07/06 09:26:47 christos Exp $");
+__RCSID("$NetBSD: fetch.c,v 1.234 2021/08/01 15:29:30 andvar Exp $");
 #endif /* not lint */
 
 /*
@@ -2245,7 +2245,7 @@
        /*
         * Try FTP URL-style and host:file arguments next.
         * If ftpproxy is set with an FTP URL, use fetch_url()
-        * Othewise, use fetch_ftp().
+        * Otherwise, use fetch_ftp().
         */
        proxyenv = getoptionvalue("ftp_proxy");
        if (!EMPTYSTRING(proxyenv) && STRNEQUAL(url, FTP_URL))



Home | Main Index | Thread Index | Old Index