projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d34bca
)
tools/python/xen/lowlevel: Fix typo `sucess'
author
Ian Jackson
<ian.jackson@citrix.com>
Wed, 3 Oct 2018 17:57:13 +0000
(18:57 +0100)
committer
Ian Jackson
<ian.jackson@eu.citrix.com>
Mon, 8 Oct 2018 14:20:19 +0000
(15:20 +0100)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/python/xen/lowlevel/xc/xc.c
patch
|
blob
|
history
diff --git
a/tools/python/xen/lowlevel/xc/xc.c
b/tools/python/xen/lowlevel/xc/xc.c
index b137d5a839b50a77316377f41ae9ca3b0c279996..6f5b8a6fa885f7bdd9145fa022a327a6bab5ff0e 100644
(file)
--- a/
tools/python/xen/lowlevel/xc/xc.c
+++ b/
tools/python/xen/lowlevel/xc/xc.c
@@
-2178,7
+2178,7
@@
static PyMethodDef pyxc_methods[] = {
" xenstore_gmfn [int]: \n"
" console_domid [int]: \n"
" xenstore_domid [int]: \n"
- "Returns: None on sucess. Raises exception on error.\n" },
+ "Returns: None on suc
c
ess. Raises exception on error.\n" },
{ "hvm_get_param",
(PyCFunction)pyxc_hvm_param_get,