summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha/disksubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/alpha/disksubr.c')
-rw-r--r--sys/arch/alpha/alpha/disksubr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/alpha/disksubr.c b/sys/arch/alpha/alpha/disksubr.c
index f5209c9a092..b8439b4e5fc 100644
--- a/sys/arch/alpha/alpha/disksubr.c
+++ b/sys/arch/alpha/alpha/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.37 2003/06/02 23:27:43 millert Exp $ */
+/* $OpenBSD: disksubr.c,v 1.38 2003/10/18 20:14:40 jmc Exp $ */
/* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */
/*
@@ -235,7 +235,7 @@ readdisklabel(dev, strat, lp, osdep, spoofonly)
int i;
struct disklabel minilabel, fallbacklabel;
- /* minimal requirements for archtypal disk label */
+ /* minimal requirements for archetypal disk label */
if (lp->d_secsize == 0)
lp->d_secsize = DEV_BSIZE;
if (lp->d_secperunit == 0)
@@ -591,7 +591,7 @@ setdisklabel(olp, nlp, openmask, osdep)
* XXX Nice thought, but it doesn't work, if the intention was to
* force a reread at the next *readdisklabel call. That does not
* happen. There's still some use for it though as you can pseudo-
- * partitition the disk.
+ * partition the disk.
*
* Special case to allow disklabel to be invalidated.
*/