]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/dnode.c
Fix typos in module/zfs/
[mirror_zfs.git] / module / zfs / dnode.c
index 108bf171420c7fe5868f5cb8e7e89d562f9cc1bc..4ee192ed5e9520dd98471a14d0d93b38f31afe4c 100644 (file)
@@ -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);