git: f24ea5b0ab85 - stable/12 - ufs: Fix a typo a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 10 Jun 2022 12:45:44 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit f24ea5b0ab85839d608462db8dccd7b0432f5d31
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 13:23:53 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:36:22 +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 0174e0baebb6..e1cc4728e907 100644
--- a/sys/ufs/ufs/ufs_vnops.c
+++ b/sys/ufs/ufs/ufs_vnops.c
@@ -965,7 +965,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) {