diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 19:33:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 19:33:23 +0000 |
commit | 36a092ab9d9fc68c1832c1ed972834cde5b8d2f8 (patch) | |
tree | e9a11790cd512ff0785e5d0ff88ce879dddb6933 /sys/arch/i386 | |
parent | 5dbdb9a739b32a5eafb3411a8267f6e8aecd6d1c (diff) |
Typos grab bag of the month, eyeballed by jmc@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/disksubr.c b/sys/arch/i386/i386/disksubr.c index 3926fb03fcc..ee7f723f2c7 100644 --- a/sys/arch/i386/i386/disksubr.c +++ b/sys/arch/i386/i386/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.47 2005/12/22 03:02:48 krw Exp $ */ +/* $OpenBSD: disksubr.c,v 1.48 2006/03/04 19:33:21 miod Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -82,7 +82,7 @@ readdisklabel(dev, strat, lp, osdep, spoofonly) char *msg = NULL, *cp; int dospartoff, cyl, i, ourpart = -1; - /* minimal requirements for archtypal disk label */ + /* minimal requirements for archetypal disk label */ if (lp->d_secsize < DEV_BSIZE) lp->d_secsize = DEV_BSIZE; if (lp->d_secpercyl == 0) { |