mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo: s/partion/partition/
Submitted by: Marc Balmer <marc@msys.ch> MFC after: 3 days
This commit is contained in:
parent
bb40fa6f73
commit
1457e0cdac
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
# Display partition table.
|
||||
#
|
||||
showpartitions:
|
||||
# Clear partion table area
|
||||
# Clear partition table area
|
||||
movw $16, %cx
|
||||
clear_part:
|
||||
push %cx
|
||||
|
|
|
|||
Loading…
Reference in a new issue