summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2014-11-14 14:45:34 +0000
committeroster <oster@NetBSD.org>2014-11-14 14:45:34 +0000
commit801e74efaca6f0faac825c3ef23ebc1475b44e3d (patch)
tree468501cb1387d75b70c74aa82a8fdd358a578e31 /sys/dev/raidframe
parenta78c2a63a7ad0f0942e986f60ce20b823951ba78 (diff)
Adjust comment to reflect reality. (5th arg, not 4th)
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_map.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_map.c b/sys/dev/raidframe/rf_map.c
index bf7571506cf..ceb2ad10732 100644
--- a/sys/dev/raidframe/rf_map.c
+++ b/sys/dev/raidframe/rf_map.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_map.c,v 1.45 2011/05/11 18:13:12 mrg Exp $ */
+/* $NetBSD: rf_map.c,v 1.46 2014/11/14 14:45:34 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -33,7 +33,7 @@
**************************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_map.c,v 1.45 2011/05/11 18:13:12 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_map.c,v 1.46 2014/11/14 14:45:34 oster Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -848,7 +848,7 @@ rf_ASMParityAdjust(RF_PhysDiskAddr_t *toAdjust,
}
/* Check if a disk has been spared or failed. If spared, redirect the
- * I/O. If it has been failed, record it in the asm pointer. Fourth
+ * I/O. If it has been failed, record it in the asm pointer. Fifth
* arg is whether data or parity. */
void
rf_ASMCheckStatus(RF_Raid_t *raidPtr, RF_PhysDiskAddr_t *pda_p,