summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2010-01-02 17:32:40 +0000
committermbr <mbr@FreeBSD.org>2010-01-02 17:32:40 +0000
commit59932fbfde93bc051c17b44fe11d68a43f954b1b (patch)
treeb7a39c16203c59da0945d314780307b035a7e78c
parentc2e6054f93f61a8adef28974fe22ab5ad3ab2af7 (diff)
downloadFreeBSD-src-59932fbfde93bc051c17b44fe11d68a43f954b1b.zip
FreeBSD-src-59932fbfde93bc051c17b44fe11d68a43f954b1b.tar.gz
Fix typo: s/partion/partition/
Submitted by: Marc Balmer <marc@msys.ch> MFC after: 3 days
-rw-r--r--sbin/newfs/mkfs.c2
-rw-r--r--sys/boot/pc98/boot0.5/selector.s2
2 files changed, 2 insertions, 2 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) {
diff --git a/sys/boot/pc98/boot0.5/selector.s b/sys/boot/pc98/boot0.5/selector.s
index 26b5f93..9d98ef8 100644
--- a/sys/boot/pc98/boot0.5/selector.s
+++ b/sys/boot/pc98/boot0.5/selector.s
@@ -35,7 +35,7 @@
# Display partition table.
#
showpartitions:
- # Clear partion table area
+ # Clear partition table area
movw $16, %cx
clear_part:
push %cx
OpenPOWER on IntegriCloud