diff options
| author | andvar <andvar@NetBSD.org> | 2021-08-08 21:45:53 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-08-08 21:45:53 +0000 |
| commit | a00d9b6f60a8aacb6ea82803061dc1fd1d14561e (patch) | |
| tree | 41617d11ef05110ac855735390e0937de5d01041 /sys/dev/raidframe | |
| parent | 7da1efc0e5c4bdc288118fc4c779ff36d187753d (diff) | |
s/arry/array/
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_parityscan.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_parityscan.c b/sys/dev/raidframe/rf_parityscan.c index f4007ab62b9..7ad4f5312a7 100644 --- a/sys/dev/raidframe/rf_parityscan.c +++ b/sys/dev/raidframe/rf_parityscan.c @@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: rf_parityscan.c,v 1.37 2021/07/23 00:54:45 oster Exp /***************************************************************************** * - * 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 |
