git: 4a3444428de5 - main - Comment cleanup.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 21:08:35 UTC
The branch main has been updated by mckusick: URL: https://cgit.FreeBSD.org/src/commit/?id=4a3444428de5e74f8e847f656eb25ad559902a74 commit 4a3444428de5e74f8e847f656eb25ad559902a74 Author: Kirk McKusick <mckusick@FreeBSD.org> AuthorDate: 2023-07-25 21:07:31 +0000 Commit: Kirk McKusick <mckusick@FreeBSD.org> CommitDate: 2023-07-25 21:07:31 +0000 Comment cleanup. MFC-after: 1 week Sponsored-by: The FreeBSD Foundation --- sys/ufs/ffs/ffs_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index 6ac43b4b84d5..680e4685e44a 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -3100,7 +3100,7 @@ ffs_fserr(struct fs *fs, /* * This function provides the capability for the fsck program to - * update an active filesystem. Fourteen operations are provided: + * update an active filesystem. Sixteen operations are provided: * * adjrefcnt(inode, amt) - adjusts the reference count on the * specified inode by the specified amount. Under normal