aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-04-18 05:09:57 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-04-18 05:14:44 +0000
commitb12ccd0bb1b37f32e972bb3e945e4025fe409e2f (patch)
tree94cb74c0e56a7f9e13a330f73eed7d0c9ced70c8 /stand/libsa
parentd664658015258eaaa50776db7b230669f91c6f9b (diff)
Diffstat (limited to 'stand/libsa')
-rw-r--r--stand/libsa/zfs/zfsimpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c
index 76063e76225f..4a285470642e 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -447,7 +447,7 @@ vdev_indirect_mapping_entry(vdev_indirect_mapping_t *vim, uint64_t index)
*
* It's possible that the given offset will not be in the mapping table
* (i.e. no mapping entries contain this offset), in which case, the
- * return value value depends on the "next_if_missing" parameter.
+ * return value depends on the "next_if_missing" parameter.
*
* If the offset is not found in the table and "next_if_missing" is
* B_FALSE, then NULL will always be returned. The behavior is intended