summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-04-24 20:12:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-04-24 20:12:24 +0000
commitc86d555b392b0f1ccbdce75315c43d88a170e261 (patch)
tree0f54c96b3e01e1238c8311662695d3e2884886ab /sys/arch/sparc
parent48ef3800133ac344b600bd1ef74666879d2f89a6 (diff)
grammar in comments
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/sparc/disksubr.c4
1 files changed, 2 insertions, 2 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) {