[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH 5/5] tools: fix typo: subsytem -> subsystem
This was found by the lintian tool (Debian package checker) during packaging xen for Debian. Signed-off-by: Maximilian Engelhardt <maxi@xxxxxxxxxxxxx> --- tools/include/xenctrl.h | 2 +- tools/misc/xen-memshare.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/include/xenctrl.h b/tools/include/xenctrl.h index 5bb41c9c53..4955981231 100644 --- a/tools/include/xenctrl.h +++ b/tools/include/xenctrl.h @@ -2212,7 +2212,7 @@ int xc_memshr_domain_resume(xc_interface *xch, * May fail with: * EINVAL if the gfn is not populated or not sharable (mmio, etc) * ENOMEM if internal data structures cannot be allocated - * E2BIG if the page is being referenced by other subsytems (e.g. qemu) + * E2BIG if the page is being referenced by other subsystems (e.g. qemu) * ENOENT or EEXIST if there are internal hypervisor errors. */ int xc_memshr_nominate_gfn(xc_interface *xch, diff --git a/tools/misc/xen-memshare.c b/tools/misc/xen-memshare.c index 8e5e22b9e9..ab30979ebc 100644 --- a/tools/misc/xen-memshare.c +++ b/tools/misc/xen-memshare.c @@ -30,7 +30,7 @@ static int usage(const char* prog) printf(" add-to-physmap <domid> <gfn> <source> <source-gfn> <source-handle>\n"); printf(" - Populate a page in a domain with a shared page.\n"); printf(" debug-gfn <domid> <gfn> - Debug a particular domain and gfn.\n"); - printf(" audit - Audit the sharing subsytem in Xen.\n"); + printf(" audit - Audit the sharing subsystem in Xen.\n"); return 1; } -- 2.39.5
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |