diff options
| author | andvar <andvar@NetBSD.org> | 2021-08-01 15:29:29 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-08-01 15:29:29 +0000 |
| commit | f82d03a6735947f452a1107bae5f8d16bb004036 (patch) | |
| tree | 28ceeb30273d3cfc40166e1d6a3ed541ae5b29e5 /sys | |
| parent | 2ab1be98c0cfd08f3ef989c9ad03bc0026bd7314 (diff) | |
fix typos in word "otherwise".
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/emips/conf/RAMDISK | 4 | ||||
| -rw-r--r-- | sys/arch/pmax/conf/RAMDISK | 4 | ||||
| -rw-r--r-- | sys/arch/pmax/conf/RAMDISK64 | 4 | ||||
| -rw-r--r-- | sys/dev/qbus/if_de.c | 6 | ||||
| -rw-r--r-- | sys/dev/qbus/if_il.c | 6 | ||||
| -rw-r--r-- | sys/dev/raidframe/rf_pqdegdags.c | 6 |
6 files changed, 15 insertions, 15 deletions
diff --git a/sys/arch/emips/conf/RAMDISK b/sys/arch/emips/conf/RAMDISK index 8b816cc1bdd..035267a2ff2 100644 --- a/sys/arch/emips/conf/RAMDISK +++ b/sys/arch/emips/conf/RAMDISK @@ -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 --git a/sys/arch/pmax/conf/RAMDISK b/sys/arch/pmax/conf/RAMDISK index 70f9cf69186..393267ca091 100644 --- a/sys/arch/pmax/conf/RAMDISK +++ b/sys/arch/pmax/conf/RAMDISK @@ -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 --git a/sys/arch/pmax/conf/RAMDISK64 b/sys/arch/pmax/conf/RAMDISK64 index 3f2e4191549..d1271c96360 100644 --- a/sys/arch/pmax/conf/RAMDISK64 +++ b/sys/arch/pmax/conf/RAMDISK64 @@ -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 --git a/sys/dev/qbus/if_de.c b/sys/dev/qbus/if_de.c index b02273d4cd6..700c0ee5a8a 100644 --- a/sys/dev/qbus/if_de.c +++ b/sys/dev/qbus/if_de.c @@ -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 @@ deintr(void *arg) * 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 --git a/sys/dev/qbus/if_il.c b/sys/dev/qbus/if_il.c index dc99723c9bc..53c46fa8eba 100644 --- a/sys/dev/qbus/if_il.c +++ b/sys/dev/qbus/if_il.c @@ -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 @@ ilcint(void *arg) * 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 --git a/sys/dev/raidframe/rf_pqdegdags.c b/sys/dev/raidframe/rf_pqdegdags.c index d096adbcbfb..41aa91f9d31 100644 --- a/sys/dev/raidframe/rf_pqdegdags.c +++ b/sys/dev/raidframe/rf_pqdegdags.c @@ -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 @@ rf_PQWriteDoubleRecoveryFunc(RF_DagNode_t *node) * & 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 |
