diff options
author | John Baldwin <jhb@FreeBSD.org> | 2020-05-22 17:23:43 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2020-05-22 17:23:43 +0000 |
commit | 71d11ee322d40dcbfc5a69dfa3e789e90d77c348 (patch) | |
tree | 11fad848e073533b5e4c96411516056eafdd6f8f /sys/ufs | |
parent | 24ea64ded2383aca2da797d75ab765b36cd13e65 (diff) | |
download | src-test-71d11ee322d40dcbfc5a69dfa3e789e90d77c348.tar.gz src-test-71d11ee322d40dcbfc5a69dfa3e789e90d77c348.zip |
Notes
Diffstat (limited to 'sys/ufs')
-rw-r--r-- | sys/ufs/ffs/ffs_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index 8daa2986be3df..2101e0fea163c 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -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. |