The branch stable/13 has been updated by gbe (doc committer):

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

commit a46b8b73a624855612d30957d85f168b8296dd8b
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-06-04 13:23:53 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-06-10 12:32:08 +0000

    ufs: Fix a typo a source code comment
    
    - s/droped/dropped/
    
    (cherry picked from commit a429d3050ec3f2a807d6e74be80b055ee636cb6f)
---
 sys/ufs/ufs/ufs_vnops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c
index a1306fa18f58..b4d23545fb0b 100644
--- a/sys/ufs/ufs/ufs_vnops.c
+++ b/sys/ufs/ufs/ufs_vnops.c
@@ -1092,7 +1092,7 @@ ufs_link(ap)
                goto out;
        }
        /*
-        * The file may have been removed after namei droped the original
+        * The file may have been removed after namei dropped the original
         * lock.
         */
        if (ip->i_effnlink == 0) {

Reply via email to