From b7109a413c4724e05f535876f8902c26804ab3ce Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Thu, 6 Jun 2019 16:14:48 -0400 Subject: l2arc_apply_transforms: Fix typo in comment Reviewed-by: Chris Dunlop Reviewed-by: Matt Ahrens Reviewed-by: Brian Behlendorf Reviewed-by: George Melikov Reviewed-by: Richard Laager Signed-off-by: Allan Jude Closes #8822 --- module/zfs/arc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') 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) { -- cgit v1.2.3