1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

util: Fix comment to bitmap_clear()

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2021-10-12 22:53:33 +02:00
parent 675174d4ba
commit 44ca4bcf3e

2
util.c
View File

@ -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
* @bit: Bit number to clear
*/