summaryrefslogtreecommitdiff
path: root/sbin/disklabel
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2004-05-20 23:23:47 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2004-05-20 23:23:47 +0000
commit5ad09a99b225ab4e5f062bc4ef2993a6d09abf55 (patch)
treee932e3be15b87fc3413b35b36d6bf55c6fe58fd5 /sbin/disklabel
parent00597c116ea059a36781d6be4e4b73ca3a458385 (diff)
Typo from Jared Yanovich phirerunner@comcast.net
Diffstat (limited to 'sbin/disklabel')
-rw-r--r--sbin/disklabel/disklabel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c
index 16446a3f99f..a2d51171ec9 100644
--- a/sbin/disklabel/disklabel.c
+++ b/sbin/disklabel/disklabel.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.c,v 1.87 2004/04/07 14:09:35 aaron Exp $ */
+/* $OpenBSD: disklabel.c,v 1.88 2004/05/20 23:23:46 marco Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -39,7 +39,7 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-static const char rcsid[] = "$OpenBSD: disklabel.c,v 1.87 2004/04/07 14:09:35 aaron Exp $";
+static const char rcsid[] = "$OpenBSD: disklabel.c,v 1.88 2004/05/20 23:23:46 marco Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -981,7 +981,7 @@ width_partition(struct disklabel *lp, int unit)
}
/*
- * Display a particular partion.
+ * Display a particular partition.
*/
void
display_partition(FILE *f, struct disklabel *lp, char **mp, int i,