aboutgitcodebugslistschat
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 8b4d669..4945431 100644
--- a/util.c
+++ b/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
* @bit: Bit number to clear
*/