From 1457e0cdac37fb25e450be5d0eab2e71e64c1c02 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sat, 2 Jan 2010 17:32:40 +0000 Subject: [PATCH] Fix typo: s/partion/partition/ Submitted by: Marc Balmer MFC after: 3 days --- sbin/newfs/mkfs.c | 2 +- sys/boot/pc98/boot0.5/selector.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index f99cb14c5d37..85777f3c88ef 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 26b5f93fdc66..9d98ef866d17 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