libxc/bitops: correct comment for bitmap_size
authorOlaf Hering <olaf@aepfle.de>
Tue, 5 Sep 2017 09:03:38 +0000 (11:03 +0200)
committerWei Liu <wei.liu2@citrix.com>
Tue, 5 Sep 2017 16:35:57 +0000 (17:35 +0100)
commit150dd3946c521a9257c4dd97e6190c6b0df680d3
treea1dcdbd13749256cc3c118074044e25594606880
parent15e4dd5e866b43bbc2d438034445c6582db1d3de
libxc/bitops: correct comment for bitmap_size

The returned value represents now units of bytes instead of longs.

Fixes commit 11d0044a16 ("tools/libxc: Modify bitmap operations to
take void pointers").

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/xc_bitops.h