[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools/libxl: fix typo in main_tmem_freeable
commit f260be3d3a34ba4c484ce87cfdab7acc586e6071 Author: Olaf Hering <olaf@xxxxxxxxx> AuthorDate: Tue Apr 29 11:09:55 2014 +0200 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Fri May 2 13:34:35 2014 +0100 tools/libxl: fix typo in main_tmem_freeable missing letter 'b'. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/libxl/xl_cmdimpl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index 0b38b32..5195914 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -6560,7 +6560,7 @@ int main_tmem_freeable(int argc, char **argv) int opt; int mb; - SWITCH_FOREACH_OPT(opt, "", NULL, "tmem-freeale", 0) { + SWITCH_FOREACH_OPT(opt, "", NULL, "tmem-freeable", 0) { /* No options */ } -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |