From fbbe5e96eff9afadf9def323a246d4dd876eb0bd Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Thu, 4 May 2023 16:14:19 -0700 Subject: Correct comment. Reviewed-by: Brian Behlendorf Signed-off-by: Pawel Jakub Dawidek Closes #14825 --- module/zfs/dmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zfs/dmu.c b/module/zfs/dmu.c index 072076ffe..97379dfc1 100644 --- a/module/zfs/dmu.c +++ b/module/zfs/dmu.c @@ -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. */ -- cgit v1.2.3