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
This commit is contained in:
Felipe Matarazzo
2026-04-29 13:14:29 -03:00
committed by Enji Cooper
parent 549e740619
commit 82525a8ead
+1 -1
View File
@@ -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.
*/