Fix a spelling error in some comments. heirarchy -> hierarchy.
Obtained from: OpenBSD
This commit is contained in:
parent
198ecec6b9
commit
6192525baf
@ -122,7 +122,7 @@ static int ffs_reallocblks_ufs2(struct vop_reallocblks_args *);
|
||||
* 3) allocate a block in the same cylinder group.
|
||||
* 4) quadradically rehash into other cylinder groups, until an
|
||||
* available block is located.
|
||||
* If no block preference is given the following heirarchy is used
|
||||
* If no block preference is given the following hierarchy is used
|
||||
* to allocate a block:
|
||||
* 1) allocate a block in the cylinder group that contains the
|
||||
* inode for the file.
|
||||
@ -880,7 +880,7 @@ ffs_reallocblks_ufs2(ap)
|
||||
* 2) allocate an inode in the same cylinder group.
|
||||
* 3) quadradically rehash into other cylinder groups, until an
|
||||
* available inode is located.
|
||||
* If no inode preference is given the following heirarchy is used
|
||||
* If no inode preference is given the following hierarchy is used
|
||||
* to allocate an inode:
|
||||
* 1) allocate an inode in cylinder group 0.
|
||||
* 2) quadradically rehash into other cylinder groups, until an
|
||||
|
Loading…
Reference in New Issue
Block a user