Fix typo in the message.
Submitted by: bde MFC after: 1 week
This commit is contained in:
parent
618d2e322c
commit
67809d96fd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user