Fix typo: s/partion/partition/

Submitted by:	Marc Balmer <marc@msys.ch>
MFC after:	3 days
This commit is contained in:
Martin Blapp 2010-01-02 17:32:40 +00:00
parent bb40fa6f73
commit 1457e0cdac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201399
2 changed files with 2 additions and 2 deletions

View File

@ -557,7 +557,7 @@ mkfs(struct partition *pp, char *fsys)
sblock.fs_cssize - i : sblock.fs_bsize, sblock.fs_cssize - i : sblock.fs_bsize,
((char *)fscs) + i); ((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. * label, to that it may be updated on disk.
*/ */
if (pp != NULL) { if (pp != NULL) {

View File

@ -35,7 +35,7 @@
# Display partition table. # Display partition table.
# #
showpartitions: showpartitions:
# Clear partion table area # Clear partition table area
movw $16, %cx movw $16, %cx
clear_part: clear_part:
push %cx push %cx