git: 66095010d1f4 - main - stand: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Apr 2023 09:12:16 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=66095010d1f4e5ff4a7bc39020106103887a470e
commit 66095010d1f4e5ff4a7bc39020106103887a470e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-04-20 09:11:18 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-04-20 09:11:18 +0000
stand: Remove a double word in a source code comment
- s/value value/value/
MFC after: 3 days
---
stand/libsa/zfs/zfsimpl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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