Skip to content

Commit

Permalink
l2arc_apply_transforms: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
allanjude authored May 27, 2019
1 parent 841a7a9 commit e393c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/arc.c
Original file line number Diff line number Diff line change
Expand Up @@ -8760,7 +8760,7 @@ l2arc_apply_transforms(spa_t *spa, arc_buf_hdr_t *hdr, uint64_t asize,

/*
* If this data simply needs its own buffer, we simply allocate it
* and copy the data. This may be done to elimiate a depedency on a
* and copy the data. This may be done to elimiate a dependency on a
* shared buffer or to reallocate the buffer to match asize.
*/
if (HDR_HAS_RABD(hdr) && asize != psize) {
Expand Down

0 comments on commit e393c2c

Please sign in to comment.