diff options
| author | 2010-04-24 20:12:22 +0000 | |
|---|---|---|
| committer | 2010-04-24 20:12:22 +0000 | |
| commit | fd03e8bd5d672fce73733076cea7570ff78f07c7 (patch) | |
| tree | ef77358c309e7096dda7403ec9b7d0134ee2e572 /sys/arch/sparc | |
| parent | fix format string (diff) | |
| download | wireguard-openbsd-fd03e8bd5d672fce73733076cea7570ff78f07c7.tar.xz wireguard-openbsd-fd03e8bd5d672fce73733076cea7570ff78f07c7.zip | |
grammar in comments
Diffstat (limited to 'sys/arch/sparc')
| -rw-r--r-- | sys/arch/sparc/sparc/disksubr.c | 4 |
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) { |
