summaryrefslogtreecommitdiff
path: root/sbin/newfs
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2009-12-23 02:24:40 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2009-12-23 02:24:40 +0000
commit1a1674c6dc27b27df4dd59ed6187fc8837f3d38b (patch)
treed1b3431c2ab1303df97cfd2613be4a0187be3649 /sbin/newfs
parent89c124b1e04e596f4ba06193091daad0e01dc939 (diff)
partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@.
Diffstat (limited to 'sbin/newfs')
-rw-r--r--sbin/newfs/mkfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c
index 6ae21a3f170..39bb3d7d1fc 100644
--- a/sbin/newfs/mkfs.c
+++ b/sbin/newfs/mkfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mkfs.c,v 1.72 2008/08/08 23:49:53 krw Exp $ */
+/* $OpenBSD: mkfs.c,v 1.73 2009/12/23 02:24:39 krw Exp $ */
/* $NetBSD: mkfs.c,v 1.25 1995/06/18 21:35:38 cgd Exp $ */
/*
@@ -592,7 +592,7 @@ mkfs(struct partition *pp, char *fsys, int fi, int fo, mode_t mfsmode,
((char *)fscs) + i);
/*
- * Update information about this partion in pack label, to that it may
+ * Update information about this partition in pack label, to that it may
* be updated on disk.
*/
pp->p_fstype = FS_BSDFFS;