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