git: 9e901b721722 - stable/14 - VOP_BMAP.9: Typo

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 15 Apr 2024 14:05:28 UTC
The branch stable/14 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=9e901b721722a0cfddf7940addb10118bd59b7dd

commit 9e901b721722a0cfddf7940addb10118bd59b7dd
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-04-05 15:14:28 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-04-15 14:05:13 +0000

    VOP_BMAP.9: Typo
    
    MFC after:      1 week
    Sponsored by:   Klara, Inc.
    
    (cherry picked from commit 663a704a58455087f83b4ab51ad7a572e6f03d5f)
---
 share/man/man9/VOP_BMAP.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/VOP_BMAP.9 b/share/man/man9/VOP_BMAP.9
index 8db1d724e810..82dda716fd70 100644
--- a/share/man/man9/VOP_BMAP.9
+++ b/share/man/man9/VOP_BMAP.9
@@ -58,7 +58,7 @@ Return storage for the number of succeeding logical blocks that may be
 efficiently read at the same time as the requested block.
 This will usually be the number of logical blocks whose physical blocks are
 contiguously allocated.
-However a file system is free to define "efficient" as it see fit.
+However a file system is free to define "efficient" as it sees fit.
 .It Fa runb
 Like
 .Fa runp