git: 7e61ff285f50 - stable/12 - stand: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Apr 2023 05:16:56 UTC
The branch stable/12 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=7e61ff285f501c24be378cbd1e7dd1a343b6acab commit 7e61ff285f501c24be378cbd1e7dd1a343b6acab Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-04-20 09:11:18 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-04-23 05:16:27 +0000 stand: Remove a double word in a source code comment - s/value value/value/ (cherry picked from commit 66095010d1f4e5ff4a7bc39020106103887a470e) --- 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 33f23f88f13a..b926e7a2c4e4 100644 --- a/stand/libsa/zfs/zfsimpl.c +++ b/stand/libsa/zfs/zfsimpl.c @@ -424,7 +424,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