Fixed a comment that included a reference to a function that was
not included with these changes.

Signed-off-by: Linda Jacobson <lin...@jma3.com>
---
 tools/libxl/libxl_utils.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libxl/libxl_utils.h b/tools/libxl/libxl_utils.h
index 0b6480d..4852127 100644
--- a/tools/libxl/libxl_utils.h
+++ b/tools/libxl/libxl_utils.h
@@ -91,7 +91,7 @@ void libxl_bitmap_set(libxl_bitmap *bitmap, int bit);
 void libxl_bitmap_reset(libxl_bitmap *bitmap, int bit);
 int libxl_bitmap_count_set(const libxl_bitmap *bitmap);
 char *libxl_bitmap_to_hex_string(libxl_ctx *ctx, const libxl_bitmap *bitmap);
-/* or, and and xor functions for two bitmaps
+/* or and and functions for two bitmaps
  */
 int libxl_bitmap_or(libxl_ctx *ctx, libxl_bitmap *or_map,
                     libxl_bitmap *map1, libxl_bitmap *map2); 
-- 
1.9.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to