qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] memory.h: Fix typo in documentation comment


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH] memory.h: Fix typo in documentation comment
Date: Tue, 15 May 2018 16:11:47 +0100
User-agent: mu4e 1.1.0; emacs 26.1

Peter Maydell <address@hidden> writes:

> Signed-off-by: Peter Maydell <address@hidden>
> ---
>  include/exec/memory.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/exec/memory.h b/include/exec/memory.h
> index 525619a5f4..4fa1227f13 100644
> --- a/include/exec/memory.h
> +++ b/include/exec/memory.h
> @@ -679,7 +679,7 @@ void memory_region_init_rom_device_nomigrate(MemoryRegion 
> *mr,
>   * memory_region_init_reservation: Initialize a memory region that reserves
>   *                                 I/O space.
>   *
> - * A reservation region primariy serves debugging purposes.  It claims I/O
> + * A reservation region primarily serves debugging purposes.  It claims I/O
>   * space that is not supposed to be handled by QEMU itself.  Any access via
>   * the memory API will cause an abort().
>   * This function is deprecated. Use memory_region_init_io() with NULL

Reviewed-by: Alex Bennée <address@hidden>

--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]