summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand/ofwboot
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-03-04 19:33:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-03-04 19:33:23 +0000
commit36a092ab9d9fc68c1832c1ed972834cde5b8d2f8 (patch)
treee9a11790cd512ff0785e5d0ff88ce879dddb6933 /sys/arch/sparc64/stand/ofwboot
parent5dbdb9a739b32a5eafb3411a8267f6e8aecd6d1c (diff)
Typos grab bag of the month, eyeballed by jmc@
Diffstat (limited to 'sys/arch/sparc64/stand/ofwboot')
-rw-r--r--sys/arch/sparc64/stand/ofwboot/ofdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/ofdev.c b/sys/arch/sparc64/stand/ofwboot/ofdev.c
index fc1ded254fb..9f1e1afc10e 100644
--- a/sys/arch/sparc64/stand/ofwboot/ofdev.c
+++ b/sys/arch/sparc64/stand/ofwboot/ofdev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ofdev.c,v 1.6 2003/05/13 01:48:55 jason Exp $ */
+/* $OpenBSD: ofdev.c,v 1.7 2006/03/04 19:33:21 miod Exp $ */
/* $NetBSD: ofdev.c,v 1.1 2000/08/20 14:58:41 mrg Exp $ */
/*
@@ -344,7 +344,7 @@ search_label(devp, off, buf, lp, off0)
struct sun_disklabel *slp;
int error;
- /* minimal requirements for archtypal disk label */
+ /* minimal requirements for archetypal disk label */
if (lp->d_secperunit == 0)
lp->d_secperunit = 0x1fffffff;
lp->d_npartitions = 1;