summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authorsnj <snj@NetBSD.org>2014-10-18 08:33:23 +0000
committersnj <snj@NetBSD.org>2014-10-18 08:33:23 +0000
commit7d1220ac8e0218a9a7336fca58b6bd42fb9959c1 (patch)
tree84cd81836e11d5b54852d6504e7fe8713eef1bcd /sys/dev/raidframe
parentb016a42839fc0a3562847f14e31d9bc35a4ddac9 (diff)
src is too big these days to tolerate superfluous apostrophes. It's
"its", people!
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_disks.c6
-rw-r--r--sys/dev/raidframe/rf_engine.c6
-rw-r--r--sys/dev/raidframe/rf_raid.h4
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/raidframe/rf_disks.c b/sys/dev/raidframe/rf_disks.c
index 8769d4ad116..6d344618772 100644
--- a/sys/dev/raidframe/rf_disks.c
+++ b/sys/dev/raidframe/rf_disks.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_disks.c,v 1.86 2014/06/14 07:39:00 hannken Exp $ */
+/* $NetBSD: rf_disks.c,v 1.87 2014/10/18 08:33:28 snj Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -60,7 +60,7 @@
***************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_disks.c,v 1.86 2014/06/14 07:39:00 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_disks.c,v 1.87 2014/10/18 08:33:28 snj Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -506,7 +506,7 @@ rf_AutoConfigureDisks(RF_Raid_t *raidPtr, RF_Config_t *cfgPtr,
if (ac->clabel->mod_counter != mod_counter) {
/* Even though we've filled in all of
the above, we don't trust this
- component since it's modification
+ component since its modification
counter is not in sync with the
rest, and we really consider it to
be failed. */
diff --git a/sys/dev/raidframe/rf_engine.c b/sys/dev/raidframe/rf_engine.c
index 39c4adcb1b0..a527c176770 100644
--- a/sys/dev/raidframe/rf_engine.c
+++ b/sys/dev/raidframe/rf_engine.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_engine.c,v 1.49 2013/09/15 12:45:11 martin Exp $ */
+/* $NetBSD: rf_engine.c,v 1.50 2014/10/18 08:33:28 snj Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -55,7 +55,7 @@
****************************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_engine.c,v 1.49 2013/09/15 12:45:11 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_engine.c,v 1.50 2014/10/18 08:33:28 snj Exp $");
#include <sys/errno.h>
@@ -187,7 +187,7 @@ BranchDone(RF_DagNode_t *node)
{
int i;
- /* return true if forward execution is completed for a node and it's
+ /* return true if forward execution is completed for a node and its
* succedents */
switch (node->status) {
case rf_wait:
diff --git a/sys/dev/raidframe/rf_raid.h b/sys/dev/raidframe/rf_raid.h
index 685cf38b9e4..e4db205a809 100644
--- a/sys/dev/raidframe/rf_raid.h
+++ b/sys/dev/raidframe/rf_raid.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_raid.h,v 1.44 2013/04/27 21:18:43 christos Exp $ */
+/* $NetBSD: rf_raid.h,v 1.45 2014/10/18 08:33:28 snj Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -66,7 +66,7 @@
/*
* Each row in the array is a distinct parity group, so
- * each has it's own status, which is one of the following.
+ * each has its own status, which is one of the following.
*/
typedef enum RF_RowStatus_e {
rf_rs_optimal,