From e393c2c9354cf7798c98f180ef159009330d46db Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Sun, 26 May 2019 23:40:45 -0400 Subject: [PATCH] l2arc_apply_transforms: Fix typo in comment --- module/zfs/arc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zfs/arc.c b/module/zfs/arc.c index 9b500352a4c0..506cb65b4182 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 elimiate a dependency on a * shared buffer or to reallocate the buffer to match asize. */ if (HDR_HAS_RABD(hdr) && asize != psize) {