summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/newfs/mkfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c
index f99cb14..85777f3 100644
--- a/sbin/newfs/mkfs.c
+++ b/sbin/newfs/mkfs.c
@@ -557,7 +557,7 @@ mkfs(struct partition *pp, char *fsys)
sblock.fs_cssize - i : sblock.fs_bsize,
((char *)fscs) + i);
/*
- * Update information about this partion in pack
+ * Update information about this partition in pack
* label, to that it may be updated on disk.
*/
if (pp != NULL) {
OpenPOWER on IntegriCloud