From c9b3cb65e94951aaf5cee45d1aa2a09d907fe0b7 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..c387fd88fc1d 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) {