diff options
author | Allan Jude <[email protected]> | 2019-06-06 16:14:48 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-06-06 13:14:48 -0700 |
commit | b7109a413c4724e05f535876f8902c26804ab3ce (patch) | |
tree | 815e97673e6a1fbeeef10b1c23ea58b00bc46901 | |
parent | cb020f0d86f6a1902f49c6e7d1f934850188acc2 (diff) |
l2arc_apply_transforms: Fix typo in comment
Reviewed-by: Chris Dunlop <[email protected]>
Reviewed-by: Matt Ahrens <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Signed-off-by: Allan Jude <[email protected]>
Closes #8822
-rw-r--r-- | module/zfs/arc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/arc.c b/module/zfs/arc.c index 9b500352a..c387fd88f 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -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 eliminate a dependency on a * shared buffer or to reallocate the buffer to match asize. */ if (HDR_HAS_RABD(hdr) && asize != psize) { |