ufs: Fix a typo a source code comment

- s/droped/dropped/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 15:23:53 +02:00
parent ab9d54731f
commit a429d3050e

View File

@ -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) {