util: Fix comment to bitmap_clear()
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
675174d4ba
commit
44ca4bcf3e
1 changed files with 1 additions and 1 deletions
2
util.c
2
util.c
|
@ -270,7 +270,7 @@ void bitmap_set(uint8_t *map, int bit)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* bitmap_set() - Clear single bit in bitmap
|
* bitmap_clear() - Clear single bit in bitmap
|
||||||
* @map: Pointer to bitmap
|
* @map: Pointer to bitmap
|
||||||
* @bit: Bit number to clear
|
* @bit: Bit number to clear
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue