[PATCH][4.15] tools: Fix typo in xc_vmtrace_set_option comment

Hubert Jasudowicz posted 1 patch 3 years, 2 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/3e81757428750eb351ea9d938bf0770026be4c33.1614253079.git.hubert.jasudowicz@cert.pl
tools/include/xenctrl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][4.15] tools: Fix typo in xc_vmtrace_set_option comment
Posted by Hubert Jasudowicz 3 years, 2 months ago
Signed-off-by: Hubert Jasudowicz <hubert.jasudowicz@cert.pl>
---
 tools/include/xenctrl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/include/xenctrl.h b/tools/include/xenctrl.h
index 0efcdae8b4..318920166c 100644
--- a/tools/include/xenctrl.h
+++ b/tools/include/xenctrl.h
@@ -1644,7 +1644,7 @@ int xc_vmtrace_get_option(xc_interface *xch, uint32_t domid,
                           uint32_t vcpu, uint64_t key, uint64_t *value);
 
 /**
- * Set platform specific vntvmtrace options.
+ * Set platform specific vmtrace options.
  *
  * @parm xch a handle to an open hypervisor interface
  * @parm domid domain identifier
-- 
2.30.1


Re: [PATCH][4.15] tools: Fix typo in xc_vmtrace_set_option comment
Posted by Ian Jackson 3 years, 2 months ago
Hubert Jasudowicz writes ("[PATCH][4.15] tools: Fix typo in xc_vmtrace_set_option comment"):
> Signed-off-by: Hubert Jasudowicz <hubert.jasudowicz@cert.pl>

Release-Acked-by: Ian Jackson <iwj@xenproject.org>