aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pawel@dawidek.net>2023-05-04 23:14:19 +0000
committerBrian Behlendorf <behlendorf1@llnl.gov>2023-05-11 23:07:11 +0000
commitfbbe5e96eff9afadf9def323a246d4dd876eb0bd (patch)
tree6befbd145c653c41a8e4c420a708a3562ba83cd5
parent9879930f7a42350a7f5cc0a0edc611c77ae1281e (diff)
downloadsrc-fbbe5e96eff9afadf9def323a246d4dd876eb0bd.tar.gz
src-fbbe5e96eff9afadf9def323a246d4dd876eb0bd.zip
Correct comment.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Pawel Jakub Dawidek <pawel@dawidek.net> Closes #14825
-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 072076ffe91d..97379dfc1cd5 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.
*/