Update name of description of vfs.ffs.setsize in comment.

Previously it used the name 'adjsize' instead of 'setsize'.
This commit is contained in:
jhb 2020-05-22 17:23:43 +00:00
parent 98891ba5c8
commit 3118632260

View File

@ -3065,7 +3065,7 @@ ffs_fserr(fs, inum, cp)
* the count to zero will cause the inode to be freed.
* adjblkcnt(inode, amt) - adjust the number of blocks used by the
* inode by the specified amount.
* adjsize(inode, size) - set the size of the inode to the
* setsize(inode, size) - set the size of the inode to the
* specified size.
* adjndir, adjbfree, adjifree, adjffree, adjnumclusters(amt) -
* adjust the superblock summary.