[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] libxl: fix DEFINE_DEVICES_ADD related typo in comment
The macro DEFINE_DEVICES_ADD is called with "disk", not "disks". Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> --- tools/libxl/libxl_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_device.c b/tools/libxl/libxl_device.c index 856e147..e7eab54 100644 --- a/tools/libxl/libxl_device.c +++ b/tools/libxl/libxl_device.c @@ -521,7 +521,7 @@ void libxl__multidev_prepared(libxl__egc *egc, * This macro is added to prevent repetition of code. * * The following functions are defined: - * libxl__add_disks + * libxl__add_disk * libxl__add_nics * libxl__add_vtpms */ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |