aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Matarazzo <felipemps@protonmail.com>2026-04-29 16:14:29 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-04-30 16:29:16 +0000
commit82525a8ead6b778f4eb0f7a6a2dbe327fa69fcfe (patch)
tree3befcb90e4ca8df95b7fcd5c8838b9b46159fac1
parent549e740619873716b796a841a10f56fae3c3ad49 (diff)
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
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
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.
*/