Author: jhb
Date: Fri May 22 17:23:43 2020
New Revision: 361395
URL: https://svnweb.freebsd.org/changeset/base/361395

Log:
  Update name of description of vfs.ffs.setsize in comment.
  
  Previously it used the name 'adjsize' instead of 'setsize'.

Modified:
  head/sys/ufs/ffs/ffs_alloc.c

Modified: head/sys/ufs/ffs/ffs_alloc.c
==============================================================================
--- head/sys/ufs/ffs/ffs_alloc.c        Fri May 22 17:23:09 2020        
(r361394)
+++ head/sys/ufs/ffs/ffs_alloc.c        Fri May 22 17:23:43 2020        
(r361395)
@@ -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.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to