summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_evenodd_dagfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/raidframe/rf_evenodd_dagfuncs.c')
-rw-r--r--sys/dev/raidframe/rf_evenodd_dagfuncs.c4
1 files changed, 2 insertions, 2 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. */