From a429d3050ec3f2a807d6e74be80b055ee636cb6f Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 4 Jun 2022 15:23:53 +0200 Subject: [PATCH] ufs: Fix a typo a source code comment - s/droped/dropped/ MFC after: 3 days --- 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 f32953f19a2..13116e8224f 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) {