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/dev | |
| parent | 2ab1be98c0cfd08f3ef989c9ad03bc0026bd7314 (diff) | |
fix typos in word "otherwise".
Diffstat (limited to 'sys/dev')
| -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 |
3 files changed, 9 insertions, 9 deletions
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 |
