projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c277b
)
domctl: fix typo in comment
author
Olaf Hering
<olaf@aepfle.de>
Wed, 26 Feb 2020 16:13:39 +0000
(17:13 +0100)
committer
Wei Liu
<wl@xen.org>
Wed, 26 Feb 2020 21:48:36 +0000
(21:48 +0000)
Add missing 'a' to sharing.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Wei Liu <wl@xen.org>
xen/include/public/domctl.h
patch
|
blob
|
history
diff --git
a/xen/include/public/domctl.h
b/xen/include/public/domctl.h
index fec6f6fdd19c6861a8e9f7165ddd2cc8f8789bcc..1ad34c35eb9d86d9bb07308a20a306ee3b9a33d4 100644
(file)
--- a/
xen/include/public/domctl.h
+++ b/
xen/include/public/domctl.h
@@
-841,7
+841,7
@@
struct xen_domctl_gdbsx_domstatus {
* in the unshare path. XENMEM_sharing_op_resume is used to wake up
* vcpus that could not unshare.
*
- * Note that shring can be turned on (as per the domctl below)
+ * Note that sh
a
ring can be turned on (as per the domctl below)
* *without* this ring being setup.
*/
#define XEN_DOMCTL_VM_EVENT_OP_SHARING 3