[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] Various: Fix typos `unkown', `retreive' (detected by lintian)
commit 95836e720277359c2d2e221261841714c84adbb6 Author: Ian Jackson <ian.jackson@xxxxxxxxxx> AuthorDate: Wed Oct 3 18:51:50 2018 +0100 Commit: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> CommitDate: Mon Oct 8 15:20:18 2018 +0100 Various: Fix typos `unkown', `retreive' (detected by lintian) Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/hotplug/Linux/block-drbd-probe | 2 +- tools/libxc/xc_dom_elfloader.c | 2 +- tools/libxl/libxl_dm.c | 2 +- tools/libxl/libxl_event.h | 2 +- tools/libxl/libxl_qmp.c | 2 +- xen/include/xen/libfdt/libfdt.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/hotplug/Linux/block-drbd-probe b/tools/hotplug/Linux/block-drbd-probe index 635d9f9a52..7b2968b6d9 100755 --- a/tools/hotplug/Linux/block-drbd-probe +++ b/tools/hotplug/Linux/block-drbd-probe @@ -20,7 +20,7 @@ # Return value: # 0: the device is drbd device # 1: the device is not drbd device -# 2: unkown error +# 2: unknown error # 3: the drbd device does not use protocol D # 4: the drbd device is not ready diff --git a/tools/libxc/xc_dom_elfloader.c b/tools/libxc/xc_dom_elfloader.c index 26b2846365..82b5f2ee79 100644 --- a/tools/libxc/xc_dom_elfloader.c +++ b/tools/libxc/xc_dom_elfloader.c @@ -87,7 +87,7 @@ static char *xc_dom_guest_type(struct xc_dom_image *dom, return "xen-3.0-x86_64"; default: xc_dom_panic(dom->xch, XC_INVALID_KERNEL, - "%s: unkown image type %"PRIu64, + "%s: unknown image type %"PRIu64, __FUNCTION__, machine); return NULL; } diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index abd31ee6f2..26eb16af34 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -992,7 +992,7 @@ static int libxl__build_device_model_args_new(libxl__gc *gc, /* * Do not use any of the user-provided config files in sysconfdir, - * avoiding unkown and uncontrolled configuration. + * avoiding unknown and uncontrolled configuration. */ flexarray_append(dm_args, "-no-user-config"); diff --git a/tools/libxl/libxl_event.h b/tools/libxl/libxl_event.h index 1ea789e231..d1517f7456 100644 --- a/tools/libxl/libxl_event.h +++ b/tools/libxl/libxl_event.h @@ -169,7 +169,7 @@ void libxl_event_register_callbacks(libxl_ctx *ctx, * * Applications should ensure that they eventually retrieve every * event using libxl_event_check or libxl_event_wait, since events - * which occur but are not retreived by the application will be queued + * which occur but are not retrieved by the application will be queued * inside libxl indefinitely. libxl_event_check/_wait may be O(n) * where n is the number of queued events which do not match the * criteria specified in the arguments to check/wait. diff --git a/tools/libxl/libxl_qmp.c b/tools/libxl/libxl_qmp.c index bdf1778cf1..6a5c997546 100644 --- a/tools/libxl/libxl_qmp.c +++ b/tools/libxl/libxl_qmp.c @@ -238,7 +238,7 @@ static int qmp_register_vnc_callback(libxl__qmp_handler *qmp, port = libxl__json_object_get_string(obj); if (!addr || !port) { - LOGD(ERROR, qmp->domid, "Failed to retreive VNC connect information."); + LOGD(ERROR, qmp->domid, "Failed to retrieve VNC connect information."); goto out; } diff --git a/xen/include/xen/libfdt/libfdt.h b/xen/include/xen/libfdt/libfdt.h index d6b94a1836..7c75688a39 100644 --- a/xen/include/xen/libfdt/libfdt.h +++ b/xen/include/xen/libfdt/libfdt.h @@ -594,7 +594,7 @@ const char *fdt_get_alias_namelen(const void *fdt, const char *name, int namelen); /** - * fdt_get_alias - retreive the path referenced by a given alias + * fdt_get_alias - retrieve the path referenced by a given alias * @fdt: pointer to the device tree blob * @name: name of the alias th look up * -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |