From 36a092ab9d9fc68c1832c1ed972834cde5b8d2f8 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 4 Mar 2006 19:33:23 +0000 Subject: Typos grab bag of the month, eyeballed by jmc@ --- sys/arch/sparc64/stand/ofwboot/ofdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc64/stand/ofwboot') 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; -- cgit v1.2.3