summaryrefslogtreecommitdiff
path: root/sys/dev/std
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/std
parentb016a42839fc0a3562847f14e31d9bc35a4ddac9 (diff)
src is too big these days to tolerate superfluous apostrophes. It's
"its", people!
Diffstat (limited to 'sys/dev/std')
-rw-r--r--sys/dev/std/ieee1212.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/std/ieee1212.c b/sys/dev/std/ieee1212.c
index e8e58d1884d..97935f9f098 100644
--- a/sys/dev/std/ieee1212.c
+++ b/sys/dev/std/ieee1212.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ieee1212.c,v 1.12 2009/05/12 14:46:01 cegger Exp $ */
+/* $NetBSD: ieee1212.c,v 1.13 2014/10/18 08:33:28 snj Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ieee1212.c,v 1.12 2009/05/12 14:46:01 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ieee1212.c,v 1.13 2014/10/18 08:33:28 snj Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -554,7 +554,7 @@ p1212_parse_directory(struct p1212_dir *root, u_int32_t *addr, u_int32_t mask)
/*
* Text descriptors are special. They describe the
* last entry they follow. So they need to be included
- * with it's struct and there's nothing in the spec
+ * with its struct and there's nothing in the spec
* preventing one from putting text descriptors after
* directory descriptors. Also they can be a single
* value or a list of them in a directory format so