summaryrefslogtreecommitdiffstats
path: root/module/zfs/dnode.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/zfs/dnode.c')
-rw-r--r--module/zfs/dnode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/dnode.c b/module/zfs/dnode.c
index 108bf1714..4ee192ed5 100644
--- a/module/zfs/dnode.c
+++ b/module/zfs/dnode.c
@@ -1787,7 +1787,7 @@ dnode_set_blksz(dnode_t *dn, uint64_t size, int ibs, dmu_tx_t *tx)
dn->dn_indblkshift = ibs;
dn->dn_next_indblkshift[tx->tx_txg&TXG_MASK] = ibs;
}
- /* rele after we have fixed the blocksize in the dnode */
+ /* release after we have fixed the blocksize in the dnode */
if (db)
dbuf_rele(db, FTAG);