git: f8bab2c0fe49 - stable/13 - 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:02 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=f8bab2c0fe498444b4dc95fb82545e2876312766 commit f8bab2c0fe498444b4dc95fb82545e2876312766 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:14:54 +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 865294dafed4..40ac3fc6622f 100644 --- a/stand/libsa/zfs/zfsimpl.c +++ b/stand/libsa/zfs/zfsimpl.c @@ -446,7 +446,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