summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/mkfs.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2009-12-23 02:24:39 +0000
committerkrw <krw@openbsd.org>2009-12-23 02:24:39 +0000
commit142affd0018a893aac095e26b82dff989e850ef0 (patch)
treecf5badf140cd483b07ba4e67c045d7a89efc4337 /sbin/newfs/mkfs.c
parentsync to 1.9.12, mostly portability and refactoring: (diff)
downloadwireguard-openbsd-142affd0018a893aac095e26b82dff989e850ef0.tar.xz
wireguard-openbsd-142affd0018a893aac095e26b82dff989e850ef0.zip
partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@.
Diffstat (limited to 'sbin/newfs/mkfs.c')
-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;