Skip to content

Commit

Permalink
tools: fix typo: subsytem -> subsystem
Browse files Browse the repository at this point in the history
This was found by the lintian tool (Debian package checker) during
packaging xen for Debian.

Signed-off-by: Maximilian Engelhardt <maxi@daemonizer.de>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
  • Loading branch information
Maximilian Engelhardt authored and andyhhp committed Dec 30, 2024
1 parent c6d0d89 commit 6e1036b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/include/xenctrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tools/misc/xen-memshare.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6e1036b

Please # to comment.