[PATCH v1] xen: fix comment typo regarding IOREQ Server

Olaf Hering posted 1 patch 10 months, 1 week ago
Failed in applying to current master (apply log)
xen/include/public/hvm/dm_op.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] xen: fix comment typo regarding IOREQ Server
Posted by Olaf Hering 10 months, 1 week ago
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 xen/include/public/hvm/dm_op.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/include/public/hvm/dm_op.h b/xen/include/public/hvm/dm_op.h
index acdf91693d..fa98551914 100644
--- a/xen/include/public/hvm/dm_op.h
+++ b/xen/include/public/hvm/dm_op.h
@@ -17,7 +17,7 @@
 /*
  * IOREQ Servers
  *
- * The interface between an I/O emulator an Xen is called an IOREQ Server.
+ * The interface between an I/O emulator and Xen is called an IOREQ Server.
  * A domain supports a single 'legacy' IOREQ Server which is instantiated if
  * parameter...
  *
Re: [PATCH v1] xen: fix comment typo regarding IOREQ Server
Posted by Stefano Stabellini 10 months, 1 week ago
On Wed, 24 May 2023, Olaf Hering wrote:
> Signed-off-by: Olaf Hering <olaf@aepfle.de>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
>  xen/include/public/hvm/dm_op.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/xen/include/public/hvm/dm_op.h b/xen/include/public/hvm/dm_op.h
> index acdf91693d..fa98551914 100644
> --- a/xen/include/public/hvm/dm_op.h
> +++ b/xen/include/public/hvm/dm_op.h
> @@ -17,7 +17,7 @@
>  /*
>   * IOREQ Servers
>   *
> - * The interface between an I/O emulator an Xen is called an IOREQ Server.
> + * The interface between an I/O emulator and Xen is called an IOREQ Server.
>   * A domain supports a single 'legacy' IOREQ Server which is instantiated if
>   * parameter...
>   *
>