summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2002-12-10 23:53:22 +0000
committermiod <miod@openbsd.org>2002-12-10 23:53:22 +0000
commitc1f896031f9c63ab74e780b2287bad74cd322794 (patch)
treee4cba2f05948f2df3c7c885afdb7cdd3cc762fd8
parentFix display glitch. (diff)
downloadwireguard-openbsd-c1f896031f9c63ab74e780b2287bad74cd322794.tar.xz
wireguard-openbsd-c1f896031f9c63ab74e780b2287bad74cd322794.zip
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)