From da0d50cef1ad62e0257f53f25d1f52f99bd6ba7d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 Sep 2014 15:59:06 +0100 Subject: [PATCH] libxl: multidev: Clarify comments about which callbacks are meant Signed-off-by: Ian Jackson Acked-by: Wei Liu Acked-by: Konrad Rzeszutek Wilk --- tools/libxl/libxl_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index f61673c9ea..20aca4b24e 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -2164,7 +2164,8 @@ struct libxl__ao_device { * (or some other thing which will eventually call aodev->callback) * Finally, once * libxl__multidev_prepared - * which will result (perhaps reentrantly) in one call to callback(). + * which will result (perhaps reentrantly) in one call to + * multidev->callback(). */ /* Starts preparing to add/remove a bunch of devices. */ -- 2.30.2