diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1999-10-29 08:57:19 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1999-10-29 08:57:19 +0000 |
commit | fe4d47c512455f6b0a0fe04b8495d29354bac25f (patch) | |
tree | a6d038d664b942efb1fcd3cd4296033a2754de68 /sys | |
parent | 580523708ed54e8d52511085b748c73370ba6bae (diff) |
writen->written
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/raidframe/rf_evenodd_dagfuncs.c | 4 | ||||
-rw-r--r-- | sys/dev/raidframe/rf_pqdegdags.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/raidframe/rf_evenodd_dagfuncs.c b/sys/dev/raidframe/rf_evenodd_dagfuncs.c index 3557c391841..dfbb36abc7e 100644 --- a/sys/dev/raidframe/rf_evenodd_dagfuncs.c +++ b/sys/dev/raidframe/rf_evenodd_dagfuncs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rf_evenodd_dagfuncs.c,v 1.2 1999/02/16 00:02:44 niklas Exp $ */ +/* $OpenBSD: rf_evenodd_dagfuncs.c,v 1.3 1999/10/29 08:57:17 todd Exp $ */ /* $NetBSD: rf_evenodd_dagfuncs.c,v 1.2 1999/02/05 00:06:11 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. @@ -942,7 +942,7 @@ rf_EOWriteDoubleRecoveryFunc(node) * wudNodes; For current implementation, we assume the simplest case: * asmap->numStripeUnitsAccessed == 1 and asmap->numDataFailed == 1 * ie. PDAPerDisk = 1 then node->params[numDataCol] must be the new - * data to be writen to the failed disk. We first bxor the new data + * data to be written to the failed disk. We first bxor the new data * into the old recovered data, then do the same things as small * write. */ diff --git a/sys/dev/raidframe/rf_pqdegdags.c b/sys/dev/raidframe/rf_pqdegdags.c index ef41bf3f9a0..9dab6207ec6 100644 --- a/sys/dev/raidframe/rf_pqdegdags.c +++ b/sys/dev/raidframe/rf_pqdegdags.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rf_pqdegdags.c,v 1.2 1999/02/16 00:03:11 niklas Exp $ */ +/* $OpenBSD: rf_pqdegdags.c,v 1.3 1999/10/29 08:57:18 todd Exp $ */ /* $NetBSD: rf_pqdegdags.c,v 1.3 1999/02/05 00:06:15 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. @@ -382,7 +382,7 @@ RF_CREATE_DAG_FUNC_DECL(rf_PQ_DDLargeWrite) failed data units will do the correct thing. So in this case, the dag looks like - full stripe read of surviving data units (not being overwriten) + full stripe read of surviving data units (not being overwritten) write new data (ignoring failed units) compute P&Q write P&Q |