summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-05-22 17:23:43 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-05-22 17:23:43 +0000
commit71d11ee322d40dcbfc5a69dfa3e789e90d77c348 (patch)
tree11fad848e073533b5e4c96411516056eafdd6f8f /sys
parent24ea64ded2383aca2da797d75ab765b36cd13e65 (diff)
downloadsrc-test-71d11ee322d40dcbfc5a69dfa3e789e90d77c348.tar.gz
src-test-71d11ee322d40dcbfc5a69dfa3e789e90d77c348.zip
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/ufs/ffs/ffs_alloc.c2
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.