tools: fix comment typo in libxl__cpuid_legacy
authorOlaf Hering <olaf@aepfle.de>
Thu, 1 Jul 2021 10:30:48 +0000 (12:30 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 2 Jul 2021 15:05:26 +0000 (16:05 +0100)
Replace emualted with emulated.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/libs/light/libxl_cpuid.c

index eb6feaa96d112a2e92e9e8cf247267136f3ced7c..b2c673841a4541e642acfacc8e9922825e30df36 100644 (file)
@@ -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) ||