diff mbox

libxl: fix comment LIBXL__EGC_INIT -> LIBXL_EGC_INIT

Message ID 1456402240-14202-1-git-send-email-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Liu Feb. 25, 2016, 12:10 p.m. UTC
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
---
 tools/libxl/libxl_internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ian Jackson March 1, 2016, 5:54 p.m. UTC | #1
Wei Liu writes ("[PATCH] libxl: fix comment LIBXL__EGC_INIT -> LIBXL_EGC_INIT"):
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>

Thanks, queued
diff mbox

Patch

diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index 650a958..cda0741 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