Skip to content

Commit

Permalink
fix documentation for secret_data_shift_cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-smx committed Apr 3, 2024
1 parent 422d843 commit cfbe60d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xzre.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,9 @@ assert_offset(elf_info_t, gnu_hash_chain, 0xf8);
*/
typedef union {
struct {
/** NOTE: little endian bitfield ordering */
/** bit index in the current byte indicated by @ref byte_index */
u32 bit_index : 3;
/** byte index into the secret data array*/
u32 byte_index : 29;
};
/** the initial value */
Expand Down

0 comments on commit cfbe60d

Please sign in to comment.