Commit 672dab05 authored by Lucas Romero's avatar Lucas Romero Committed by Anas Nashif
Browse files

docs: bitarray: fix missing documentation



for method sys_bitarray_xor that was added recently.

Signed-off-by: default avatarLucas Romero <luqasn@gmail.com>
parent 531c4575
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ int sys_bitarray_test_and_clear_bit(sys_bitarray_t *bitarray, size_t bit, int *p
int sys_bitarray_alloc(sys_bitarray_t *bitarray, size_t num_bits,
		       size_t *offset);

/*
/**
 * Calculates the bit-wise XOR of two bitarrays in a region.
 * The result is stored in the first bitarray passed in (@p dst).
 * Both bitarrays must be of the same size.