Fix typo in the message.

Submitted by:	bde
MFC after:	1 week
This commit is contained in:
kib 2016-05-17 08:19:20 +00:00
parent 618d2e322c
commit 67809d96fd

View File

@ -1133,7 +1133,7 @@ ufs_direnter(dvp, tvp, dirp, cnp, newdirbp, isrename)
error = UFS_TRUNCATE(dvp, (off_t)dp->i_endoff,
IO_NORMAL | IO_SYNC, cr);
if (error != 0)
vprint("ufs_direnter: failted to truncate", dvp);
vprint("ufs_direnter: failed to truncate", dvp);
#ifdef UFS_DIRHASH
if (error == 0 && dp->i_dirhash != NULL)
ufsdirhash_dirtrunc(dp, dp->i_endoff);