Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/raidframe Adjust comment to reflect reality. (5th a...



details:   https://anonhg.NetBSD.org/src/rev/afb1ae94aa2e
branches:  trunk
changeset: 803842:afb1ae94aa2e
user:      oster <oster%NetBSD.org@localhost>
date:      Fri Nov 14 14:45:34 2014 +0000

description:
Adjust comment to reflect reality.  (5th arg, not 4th)

diffstat:

 sys/dev/raidframe/rf_map.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9f3cf27c8437 -r afb1ae94aa2e sys/dev/raidframe/rf_map.c
--- a/sys/dev/raidframe/rf_map.c        Fri Nov 14 14:32:49 2014 +0000
+++ b/sys/dev/raidframe/rf_map.c        Fri Nov 14 14:45:34 2014 +0000
@@ -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 @@
 }
 
 /* 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,



Home | Main Index | Thread Index | Old Index