Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe Fix a few spelling issues. No functional ...
details: https://anonhg.NetBSD.org/src/rev/2fd7925ec712
branches: trunk
changeset: 785017:2fd7925ec712
user: oster <oster%NetBSD.org@localhost>
date: Mon Feb 18 19:42:54 2013 +0000
description:
Fix a few spelling issues. No functional changes.
diffstat:
sys/dev/raidframe/rf_netbsdkintf.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 174e8226bf18 -r 2fd7925ec712 sys/dev/raidframe/rf_netbsdkintf.c
--- a/sys/dev/raidframe/rf_netbsdkintf.c Mon Feb 18 16:45:50 2013 +0000
+++ b/sys/dev/raidframe/rf_netbsdkintf.c Mon Feb 18 19:42:54 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsdkintf.c,v 1.298 2012/08/09 23:53:25 buhrow Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.299 2013/02/18 19:42:54 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2008-2011 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
***********************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.298 2012/08/09 23:53:25 buhrow Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.299 2013/02/18 19:42:54 oster Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -421,7 +421,7 @@
config_sets = rf_create_auto_sets(ac_list);
/*
- * 3. Evaluate each set andconfigure the valid ones.
+ * 3. Evaluate each set and configure the valid ones.
* This gets done in rf_buildroothack().
*/
rf_buildroothack(config_sets);
@@ -1424,7 +1424,7 @@
rf_ds_reconstructing) {
printf("raid%d: Unable to reconstruct to disk at:\n",
raidPtr->raidid);
- printf("raid%d: Col: %d Reconstruction already occuring!\n", raidPtr->raidid, column);
+ printf("raid%d: Col: %d Reconstruction already occurring!\n", raidPtr->raidid, column);
rf_unlock_mutex2(raidPtr->mutex);
return (EINVAL);
@@ -3253,7 +3253,7 @@
* For reasons yet unknown, some old component labels have garbage in
* the newer numBlocksHi region, and this causes lossage. Since those
* disks will also have numsecs set to less than 32 bits of sectors,
- * we can determine when this corruption has occured, and fix it.
+ * we can determine when this corruption has occurred, and fix it.
*
* The exact same problem, with the same unknown reason, happens to
* the partitionSizeHi member as well.
@@ -3388,7 +3388,7 @@
/* note that we are not checking partitionSize here..
Note that we are also not checking the mod_counters here.
- If everything else matches execpt the mod_counter, that's
+ If everything else matches except the mod_counter, that's
good enough for this test. We will deal with the mod_counters
a little later in the autoconfiguration process.
Home |
Main Index |
Thread Index |
Old Index