]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Correct comment.
authorPawel Jakub Dawidek <pawel@dawidek.net>
Thu, 4 May 2023 23:14:19 +0000 (16:14 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 May 2023 23:07:11 +0000 (16:07 -0700)
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Pawel Jakub Dawidek <pawel@dawidek.net>
Closes #14825

module/zfs/dmu.c

index 072076ffe91ddcecf880e1fcd0dd9a745fa80e66..97379dfc1cd57b2b86abf6ec60cf23442bc61d1c 100644 (file)
@@ -2268,7 +2268,7 @@ dmu_brt_clone(objset_t *os, uint64_t object, uint64_t offset, uint64_t length,
        ASSERT3U(nbps, ==, numbufs);
 
        /*
-        * Before we start cloning make sure that the dbufs sizes much new BPs
+        * Before we start cloning make sure that the dbufs sizes match new BPs
         * sizes. If they don't, that's a no-go, as we are not able to shrink
         * dbufs.
         */