summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2010-04-24 20:12:22 +0000
committermiod <miod@openbsd.org>2010-04-24 20:12:22 +0000
commitfd03e8bd5d672fce73733076cea7570ff78f07c7 (patch)
treeef77358c309e7096dda7403ec9b7d0134ee2e572
parentfix format string (diff)
downloadwireguard-openbsd-fd03e8bd5d672fce73733076cea7570ff78f07c7.tar.xz
wireguard-openbsd-fd03e8bd5d672fce73733076cea7570ff78f07c7.zip
grammar in comments
-rw-r--r--sys/arch/sparc/sparc/disksubr.c4
-rw-r--r--sys/arch/sparc64/sparc64/disksubr.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/sparc/disksubr.c b/sys/arch/sparc/sparc/disksubr.c
index 114875fbb3e..a7cd7a34b41 100644
--- a/sys/arch/sparc/sparc/disksubr.c
+++ b/sys/arch/sparc/sparc/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.84 2010/04/23 15:25:21 jsing Exp $ */
+/* $OpenBSD: disksubr.c,v 1.85 2010/04/24 20:12:22 miod Exp $ */
/* $NetBSD: disksubr.c,v 1.16 1996/04/28 20:25:59 thorpej Exp $ */
/*
@@ -82,7 +82,7 @@ readdisklabel(dev_t dev, void (*strat)(struct buf *),
* On sparc64 we check for a CD label first, because our
* CD install media contains both sparc & sparc64 labels.
* We want the sparc64 machine to find the "CD label", not
- * the SunOS label, for loading it's kernel.
+ * the SunOS label, for loading its kernel.
*/
#if NCD > 0
if (strat == cdstrategy) {
diff --git a/sys/arch/sparc64/sparc64/disksubr.c b/sys/arch/sparc64/sparc64/disksubr.c
index 1df531ea2a3..42cd8339f2d 100644
--- a/sys/arch/sparc64/sparc64/disksubr.c
+++ b/sys/arch/sparc64/sparc64/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.59 2010/04/23 15:25:21 jsing Exp $ */
+/* $OpenBSD: disksubr.c,v 1.60 2010/04/24 20:12:23 miod Exp $ */
/* $NetBSD: disksubr.c,v 1.13 2000/12/17 22:39:18 pk Exp $ */
/*
@@ -75,7 +75,7 @@ readdisklabel(dev_t dev, void (*strat)(struct buf *),
* On sparc64 we check for a CD label first, because our
* CD install media contains both sparc & sparc64 labels.
* We want the sparc64 machine to find the "CD label", not
- * the SunOS label, for loading it's kernel.
+ * the SunOS label, for loading its kernel.
*/
#if NCD > 0
if (strat == cdstrategy) {