projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6b46e2
)
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
Hans van Kranenburg
<hans@knorrie.org>
Thu, 1 Oct 2020 12:50:58 +0000
(13:50 +0100)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Gbp-Pq: Name 0006-tools-python-xen-lowlevel-Fix-typo-sucess.patch
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 694bfa0642723652cda136077803f5b0d658e632..2877283efacc85f1e01e699eebd0a2495866d2b3 100644
(file)
--- a/
tools/python/xen/lowlevel/xc/xc.c
+++ b/
tools/python/xen/lowlevel/xc/xc.c
@@
-2160,7
+2160,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,