From: Wei Liu Date: Thu, 25 Feb 2016 12:10:40 +0000 (+0000) Subject: libxl: fix comment LIBXL__EGC_INIT -> LIBXL_EGC_INIT X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1619 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ad15a7dc3dfd16f63e3c4038473af972441a043;p=xen.git libxl: fix comment LIBXL__EGC_INIT -> LIBXL_EGC_INIT Signed-off-by: Wei Liu Cc: Ian Jackson --- diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index a1aae97640..005fe538c6 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -1965,7 +1965,7 @@ _hidden char *libxl__device_model_xs_path(libxl__gc *gc, uint32_t dm_domid, * their own callback function and should just use the one they're * given. * - * Functions using LIBXL__INIT_EGC may *not* generally be called from + * Functions using LIBXL_INIT_EGC may *not* generally be called from * within libxl, because libxl__egc_cleanup may call back into the * application. This should be enforced by declaring all such * functions in libxl.h or libxl_event.h with