From 9777044f1c68f5a671834ce28cba5a086a06462a Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Tue, 11 Aug 2020 16:16:57 -0400 Subject: [PATCH] Fix typo Reviewed-by: George Melikov Reviewed-by: Brian Behlendorf Signed-off-by: Allan Jude Closes #10694 --- 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 31f046784c..f4963a8a68 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -8900,7 +8900,7 @@ l2arc_write_buffers(spa_t *spa, l2arc_dev_t *dev, uint64_t target_sz) /* * If this header has b_rabd, we can use this since it * must always match the data exactly as it exists on - * disk. Otherwise, the L2ARC can normally use the + * disk. Otherwise, the L2ARC can normally use the * hdr's data, but if we're sharing data between the * hdr and one of its bufs, L2ARC needs its own copy of * the data so that the ZIO below can't race with the