All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] tools: fix comment typo in libxl__cpuid_legacy
@ 2021-07-01 10:30 Olaf Hering
  2021-07-01 10:37 ` Andrew Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2021-07-01 10:30 UTC (permalink / raw)
  To: xen-devel
  Cc: Olaf Hering, Ian Jackson, Wei Liu, Anthony PERARD, Juergen Gross

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) ||


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1] tools: fix comment typo in libxl__cpuid_legacy
  2021-07-01 10:30 [PATCH v1] tools: fix comment typo in libxl__cpuid_legacy Olaf Hering
@ 2021-07-01 10:37 ` Andrew Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cooper @ 2021-07-01 10:37 UTC (permalink / raw)
  To: Olaf Hering, xen-devel
  Cc: Ian Jackson, Wei Liu, Anthony PERARD, Juergen Gross

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>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-01 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01 10:30 [PATCH v1] tools: fix comment typo in libxl__cpuid_legacy Olaf Hering
2021-07-01 10:37 ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.