aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-06-04 13:23:53 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-06-04 13:23:53 +0000
commita429d3050ec3f2a807d6e74be80b055ee636cb6f (patch)
tree0fb1bc0224d027992d9294ff763beba4044e3390
parentab9d54731f43bb6befae75e9fed64da98c9ae1b4 (diff)
downloadsrc-a429d3050ec3f2a807d6e74be80b055ee636cb6f.tar.gz
src-a429d3050ec3f2a807d6e74be80b055ee636cb6f.zip
ufs: Fix a typo a source code comment
- s/droped/dropped/ MFC after: 3 days
-rw-r--r--sys/ufs/ufs/ufs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c
index f32953f19a23..13116e8224f3 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) {