diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-28 14:08:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-28 14:08:51 +0000 |
commit | 52fef35c1f233e79c61c7499a2e5da4ba0f9f8be (patch) | |
tree | cd2927e238967a4edf9b21ae4b83ef6211e0232d /sys/arch | |
parent | 36116ececeeed31dfd5ff97892d509fc26b54dab (diff) |
Fix more evil typos.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mac68k/mac68k/disksubr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mac68k/mac68k/disksubr.c b/sys/arch/mac68k/mac68k/disksubr.c index b96b9b7c4aa..be91eb87580 100644 --- a/sys/arch/mac68k/mac68k/disksubr.c +++ b/sys/arch/mac68k/mac68k/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.21 2003/02/24 23:43:14 miod Exp $ */ +/* $OpenBSD: disksubr.c,v 1.22 2003/02/28 14:08:50 miod Exp $ */ /* $NetBSD: disksubr.c,v 1.22 1997/11/26 04:18:20 briggs Exp $ */ /* @@ -486,9 +486,8 @@ setdisklabel(olp, nlp, openmask, osdep) /* * Write disk label back to device after modification. * - * To avaid sperading havoc into the MacOS partition structures, we will + * To avoid spreading havoc into the MacOS partition structures, we will * refuse to write a disklabel if the media has a MacOS signature. - * Otherwise, it will be */ int writedisklabel(dev, strat, lp, osdep) |