summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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