Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe s/arry/array/



details:   https://anonhg.NetBSD.org/src/rev/da94a894745e
branches:  trunk
changeset: 1022842:da94a894745e
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Aug 08 21:45:53 2021 +0000

description:
s/arry/array/

diffstat:

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

diffs (27 lines):

diff -r c279718ba1d5 -r da94a894745e sys/dev/raidframe/rf_parityscan.c
--- a/sys/dev/raidframe/rf_parityscan.c Sun Aug 08 20:57:09 2021 +0000
+++ b/sys/dev/raidframe/rf_parityscan.c Sun Aug 08 21:45:53 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_parityscan.c,v 1.37 2021/07/23 00:54:45 oster Exp $ */
+/*     $NetBSD: rf_parityscan.c,v 1.38 2021/08/08 21:45:53 andvar Exp $        */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -33,7 +33,7 @@
  ****************************************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_parityscan.c,v 1.37 2021/07/23 00:54:45 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_parityscan.c,v 1.38 2021/08/08 21:45:53 andvar Exp $");
 
 #include <dev/raidframe/raidframevar.h>
 
@@ -50,7 +50,7 @@
 
 /*****************************************************************************
  *
- * walk through the entire arry and write new parity.  This works by
+ * walk through the entire array and write new parity.  This works by
  * creating two DAGs, one to read a stripe of data and one to write
  * new parity.  The first is executed, the data is xored together, and
  * then the second is executed.  To avoid constantly building and



Home | Main Index | Thread Index | Old Index