Date: Sat, 5 Aug 2023 06:16:14 GMT From: Kirk McKusick <mckusick@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 080ebe84fb42 - stable/13 - Comment cleanup. Message-ID: <202308050616.3756GE8N010891@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308050616.3756GE8N010891>