aboutsummaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <[email protected]>2023-05-04 16:14:19 -0700
committerBrian Behlendorf <[email protected]>2023-05-11 16:07:11 -0700
commitfbbe5e96eff9afadf9def323a246d4dd876eb0bd (patch)
tree6befbd145c653c41a8e4c420a708a3562ba83cd5 /module
parent9879930f7a42350a7f5cc0a0edc611c77ae1281e (diff)
Correct comment.
Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Pawel Jakub Dawidek <[email protected]> Closes #14825
Diffstat (limited to 'module')
-rw-r--r--module/zfs/dmu.c2
1 files changed, 1 insertions, 1 deletions
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.
*/