diff options
author | Allan Jude <[email protected]> | 2020-08-11 16:16:57 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-11 13:16:57 -0700 |
commit | 9777044f1c68f5a671834ce28cba5a086a06462a (patch) | |
tree | c39837fb5d29299d7f7c2a2ad6e96938e009225f /module | |
parent | ed726fb063d245f2f1e7f3d7d54c949b895a860c (diff) |
Fix typo
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Allan Jude <[email protected]>
Closes #10694
Diffstat (limited to 'module')
-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 31f046784..f4963a8a6 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 |