]> git.proxmox.com Git - mirror_zfs.git/commitdiff
l2arc_apply_transforms: Fix typo in comment
authorAllan Jude <allanjude@freebsd.org>
Thu, 6 Jun 2019 20:14:48 +0000 (16:14 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 6 Jun 2019 20:14:48 +0000 (13:14 -0700)
Reviewed-by: Chris Dunlop <chris@onthe.net.au>
Reviewed-by: Matt Ahrens <mahrens@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Signed-off-by: Allan Jude <allanjude@freebsd.org>
Closes #8822

module/zfs/arc.c

index 9b500352a4c07b638fe3b63ba117903393bf387f..c387fd88fc1d3087945bb1448aa2d8e6ef44b1ac 100644 (file)
@@ -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) {