git: 82525a8ead6b - main - fix typo: remove duplicate 'the' in ffs_vfsops comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Apr 2026 16:31:02 UTC
The branch main has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=82525a8ead6b778f4eb0f7a6a2dbe327fa69fcfe
commit 82525a8ead6b778f4eb0f7a6a2dbe327fa69fcfe
Author: Felipe Matarazzo <felipemps@protonmail.com>
AuthorDate: 2026-04-29 16:14:29 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-04-30 16:29:16 +0000
fix typo: remove duplicate 'the' in ffs_vfsops comment
Signed-off-by: Felipe Matarazzo <felipemps@protonmail.com>
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 de6b32795698..8ac2075f8db8 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.
*/