summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2007-09-21 17:14:47 +0000
committeroster <oster@NetBSD.org>2007-09-21 17:14:47 +0000
commit6384685d7ca792b488f265db59099257b707ed50 (patch)
treedc85a120d162e01f1f042e10ddf7ab859a83b582 /sys/dev/raidframe
parentcb10afa05c87d937ca297c370babc8097fe0b872 (diff)
Fix wording in a comment and correct a debug line. From Olivier Cherrier
(via private mail). Thanks!
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_reconstruct.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/raidframe/rf_reconstruct.c b/sys/dev/raidframe/rf_reconstruct.c
index 7dae2528cc3..ebf2865e941 100644
--- a/sys/dev/raidframe/rf_reconstruct.c
+++ b/sys/dev/raidframe/rf_reconstruct.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_reconstruct.c,v 1.98 2007/07/18 19:04:58 ad Exp $ */
+/* $NetBSD: rf_reconstruct.c,v 1.99 2007/09/21 17:14:47 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -33,7 +33,7 @@
************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_reconstruct.c,v 1.98 2007/07/18 19:04:58 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_reconstruct.c,v 1.99 2007/09/21 17:14:47 oster Exp $");
#include <sys/param.h>
#include <sys/time.h>
@@ -399,7 +399,7 @@ rf_ReconstructInPlace(RF_Raid_t *raidPtr, RF_RowCol_t col)
/* Actually, we don't care if it's failed or not... On a RAID
set with correct parity, this function should be callable
- on any component without ill affects. */
+ on any component without ill effects. */
/* RF_ASSERT(raidPtr->Disks[col].status == rf_ds_failed); */
#if RF_INCLUDE_PARITY_DECLUSTERING_DS > 0
@@ -1339,7 +1339,7 @@ ComputePSDiskOffsets(RF_Raid_t *raidPtr, RF_StripeNum_t psid,
return (0);
skipit:
- Dprintf2("RECON: Skipping psid %ld: nothing needed from r%d c%d\n",
+ Dprintf2("RECON: Skipping psid %ld: nothing needed from c%d\n",
psid, col);
return (1);
}