Skip to content

Commit

Permalink
Correct doxygen for rz_bv_copy()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Nov 13, 2024
1 parent d2bd940 commit ca57220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librz/util/bitvector.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ RZ_API RZ_OWN RzBitVector *rz_bv_dup(const RZ_NONNULL RzBitVector *bv) {
}

/**
* Copy from source bitvector to destination bitvector
* the maximum copied size depends on MIN(src_len, dst_len)
* Copy from source bitvector to destination bitvector. The bitvectors must have the same length.
*
* \param src RzBitVector, the source bitvector
* \param dst RzBitVector, the destination bitvector
* \return Actual size of copy
Expand Down

0 comments on commit ca57220

Please sign in to comment.