diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-02 03:57:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-02 03:57:52 +0000 |
commit | 74e4b14be0cd47abbc941622b82370a893dd57fb (patch) | |
tree | dba732afab3f28dcbaf218a4792b556ff648df8b | |
parent | a37706bfff81fddb952bf109b87e340e917d5e2e (diff) |
type
-rw-r--r-- | sys/arch/sparc/sparc/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/disksubr.c b/sys/arch/sparc/sparc/disksubr.c index d70b515c4a9..80376d7e33e 100644 --- a/sys/arch/sparc/sparc/disksubr.c +++ b/sys/arch/sparc/sparc/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.19 1998/03/01 10:17:54 johns Exp $ */ +/* $OpenBSD: disksubr.c,v 1.20 1998/05/02 03:57:51 millert Exp $ */ /* $NetBSD: disksubr.c,v 1.16 1996/04/28 20:25:59 thorpej Exp $ */ /* @@ -143,7 +143,7 @@ readdisklabel(dev, strat, lp, clp) struct sun_disklabel *slp; int error, i; - /* minimal requirements for archtypal disk label */ + /* minimal requirements for archetypal disk label */ if (lp->d_secperunit == 0) lp->d_secperunit = 0x1fffffff; lp->d_npartitions = RAW_PART+1; |