[PATCH v1] tools: fix comment typo in libxl__cpuid_legacy

Olaf Hering posted 1 patch 2 years, 9 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210701103048.971-1-olaf@aepfle.de
tools/libs/light/libxl_cpuid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] tools: fix comment typo in libxl__cpuid_legacy
Posted by Olaf Hering 2 years, 9 months ago
Replace emualted with emulated.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 tools/libs/light/libxl_cpuid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libs/light/libxl_cpuid.c b/tools/libs/light/libxl_cpuid.c
index eb6feaa96d..b2c673841a 100644
--- a/tools/libs/light/libxl_cpuid.c
+++ b/tools/libs/light/libxl_cpuid.c
@@ -465,7 +465,7 @@ int libxl__cpuid_legacy(libxl_ctx *ctx, uint32_t domid, bool restore,
      * isn't going to migrate, then the current hardware is all that matters.
      *
      * Alternatively, an internal property of vTSC is that the values read are
-     * invariant.  Advertise ITSC when we know the domain will have emualted
+     * invariant.  Advertise ITSC when we know the domain will have emulated
      * TSC everywhere it goes.
      */
     itsc = (libxl_defbool_val(info->disable_migrate) ||

Re: [PATCH v1] tools: fix comment typo in libxl__cpuid_legacy
Posted by Andrew Cooper 2 years, 9 months ago
On 01/07/2021 11:30, Olaf Hering wrote:
> Replace emualted with emulated.
>
> Signed-off-by: Olaf Hering <olaf@aepfle.de>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>