Fix typo.

This commit is contained in:
John Baldwin 2008-11-19 20:06:59 +00:00
parent bc97ba5100
commit 25c398ee9b

View File

@ -174,7 +174,7 @@ ufsdirhash_create(struct inode *ip)
ndh = dh = NULL;
vp = ip->i_vnode;
for (;;) {
/* Racy check for i_dirhash to prefetch an dirhash structure. */
/* Racy check for i_dirhash to prefetch a dirhash structure. */
if (ip->i_dirhash == NULL && ndh == NULL) {
ndh = malloc(sizeof *dh, M_DIRHASH,
M_NOWAIT | M_ZERO);