projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0d9b32
)
tools/libxl: fix typo in main_tmem_freeable
author
Olaf Hering
<olaf@aepfle.de>
Tue, 29 Apr 2014 09:09:55 +0000
(11:09 +0200)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 2 May 2014 12:34:35 +0000
(13:34 +0100)
missing letter 'b'.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/xl_cmdimpl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl_cmdimpl.c
b/tools/libxl/xl_cmdimpl.c
index 0b38b32cd4c07803a3ce81888182457ccf357fb8..5195914322d395a12952d333d1f6b024990734a9 100644
(file)
--- 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-freea
b
le", 0) {
/* No options */
}