diff mbox series

[v1] xen: fix comment typo regarding IOREQ Server

Message ID 20230524204032.3193-1-olaf@aepfle.de (mailing list archive)
State New, archived
Headers show
Series [v1] xen: fix comment typo regarding IOREQ Server | expand

Commit Message

Olaf Hering May 24, 2023, 8:40 p.m. UTC
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 xen/include/public/hvm/dm_op.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Stabellini May 24, 2023, 10:16 p.m. UTC | #1
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...
>   *
>
diff mbox series

Patch

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...
  *