summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-12-10 23:53:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-12-10 23:53:23 +0000
commite0964c6b3e97deccc776a3e8a4475d4afa01ea67 (patch)
treeafb87f87890e7825687511b7d187f289d248b74a
parent936910f04de79be62a2ae078c95748ec49583bfd (diff)
achetypal -> archetypal
-rw-r--r--sys/arch/mac68k/mac68k/disksubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/disksubr.c b/sys/arch/mac68k/mac68k/disksubr.c
index 5a193f9a150..20be5778e4a 100644
--- a/sys/arch/mac68k/mac68k/disksubr.c
+++ b/sys/arch/mac68k/mac68k/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.19 2002/04/21 23:35:33 miod Exp $ */
+/* $OpenBSD: disksubr.c,v 1.20 2002/12/10 23:53:22 miod Exp $ */
/* $NetBSD: disksubr.c,v 1.22 1997/11/26 04:18:20 briggs Exp $ */
/*
@@ -481,7 +481,7 @@ readdisklabel(dev, strat, lp, osdep, spoofonly)
struct disklabel *dlp;
int i;
- /* minimal requirements for achetypal disk label */
+ /* minimal requirements for archetypal disk label */
if (lp->d_secsize == 0)
lp->d_secsize = DEV_BSIZE;
if (lp->d_secperunit == 0)