summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2003-02-28 14:08:50 +0000
committermiod <miod@openbsd.org>2003-02-28 14:08:50 +0000
commitdae7e06b50078916d95012cb5415de0b12019bd8 (patch)
tree8bef3ff9902fd84b82c55a17d5e58bd44ad9b255
parentfix comments, from weissmanndude. (diff)
downloadwireguard-openbsd-dae7e06b50078916d95012cb5415de0b12019bd8.tar.xz
wireguard-openbsd-dae7e06b50078916d95012cb5415de0b12019bd8.zip
Fix more evil typos.
-rw-r--r--sys/arch/mac68k/mac68k/disksubr.c5
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)