diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-10-12 22:53:33 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-10-14 13:15:12 +0200 |
commit | 44ca4bcf3eb12f560f6fc075594c88e6a2c9d950 (patch) | |
tree | f3b6e356b4f60817c6ad6247969d4217248cc180 /util.c | |
parent | 675174d4ba255383b213437e29b617d8f55dbc69 (diff) | |
download | passt-44ca4bcf3eb12f560f6fc075594c88e6a2c9d950.tar passt-44ca4bcf3eb12f560f6fc075594c88e6a2c9d950.tar.gz passt-44ca4bcf3eb12f560f6fc075594c88e6a2c9d950.tar.bz2 passt-44ca4bcf3eb12f560f6fc075594c88e6a2c9d950.tar.lz passt-44ca4bcf3eb12f560f6fc075594c88e6a2c9d950.tar.xz passt-44ca4bcf3eb12f560f6fc075594c88e6a2c9d950.tar.zst passt-44ca4bcf3eb12f560f6fc075594c88e6a2c9d950.zip |
util: Fix comment to bitmap_clear()
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |