From: Olaf Hering Date: Thu, 1 Jul 2021 10:30:48 +0000 (+0200) Subject: tools: fix comment typo in libxl__cpuid_legacy X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~373 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=67a50e393a59367ba2ad475e141a6739e17260f9;p=xen.git tools: fix comment typo in libxl__cpuid_legacy Replace emualted with emulated. Signed-off-by: Olaf Hering Acked-by: Andrew Cooper --- 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) ||