From 82525a8ead6b778f4eb0f7a6a2dbe327fa69fcfe Mon Sep 17 00:00:00 2001 From: Felipe Matarazzo Date: Wed, 29 Apr 2026 13:14:29 -0300 Subject: [PATCH] fix typo: remove duplicate 'the' in ffs_vfsops comment Signed-off-by: Felipe Matarazzo Reviewed-by: ngie Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174 --- sys/ufs/ffs/ffs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index de6b3279569..8ac2075f8db 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -2083,7 +2083,7 @@ ffs_use_bwrite(void *devfd, off_t loc, void *buf, int size) * Writing the superblock itself. We need to do special checks for it. * A negative error code is returned to indicate that a copy of the * superblock has been made and that the copy is discarded when the - * I/O is done. So the the caller should not attempt to restore the + * I/O is done. So the caller should not attempt to restore the * fs_si field after the write is done. The caller will convert the * error code back to its usual positive value when returning it. */