git: 080ebe84fb42 - stable/13 - Comment cleanup.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 06:16:14 UTC
The branch stable/13 has been updated by mckusick: URL: https://cgit.FreeBSD.org/src/commit/?id=080ebe84fb420a17d43ddb8b571ddc9c2ce7b38f commit 080ebe84fb420a17d43ddb8b571ddc9c2ce7b38f Author: Kirk McKusick <mckusick@FreeBSD.org> AuthorDate: 2023-07-25 21:07:31 +0000 Commit: Kirk McKusick <mckusick@FreeBSD.org> CommitDate: 2023-08-05 06:15:32 +0000 Comment cleanup. Sponsored-by: The FreeBSD Foundation (cherry picked from commit 4a3444428de5e74f8e847f656eb25ad559902a74) --- 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 957be753ce15..c3e6fa3b093c 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