All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] memory.h: Fix typo in documentation comment
@ 2018-05-15 13:48 Peter Maydell
  2018-05-15 14:33 ` Paolo Bonzini
  2018-05-15 15:11 ` Alex Bennée
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Maydell @ 2018-05-15 13:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches, Paolo Bonzini

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 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
-- 
2.17.0

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

* Re: [Qemu-devel] [PATCH] memory.h: Fix typo in documentation comment
  2018-05-15 13:48 [Qemu-devel] [PATCH] memory.h: Fix typo in documentation comment Peter Maydell
@ 2018-05-15 14:33 ` Paolo Bonzini
  2018-05-15 15:11 ` Alex Bennée
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2018-05-15 14:33 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel; +Cc: patches

On 15/05/2018 15:48, Peter Maydell wrote:
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  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
> 

Let's just get rid of the function... Patch along the way.

Paolo

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

* Re: [Qemu-devel] [PATCH] memory.h: Fix typo in documentation comment
  2018-05-15 13:48 [Qemu-devel] [PATCH] memory.h: Fix typo in documentation comment Peter Maydell
  2018-05-15 14:33 ` Paolo Bonzini
@ 2018-05-15 15:11 ` Alex Bennée
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2018-05-15 15:11 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel, Paolo Bonzini, patches


Peter Maydell <peter.maydell@linaro.org> writes:

> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  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 <alex.bennee@linaro.org>

--
Alex Bennée

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

end of thread, other threads:[~2018-05-15 15:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-15 13:48 [Qemu-devel] [PATCH] memory.h: Fix typo in documentation comment Peter Maydell
2018-05-15 14:33 ` Paolo Bonzini
2018-05-15 15:11 ` Alex Bennée

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.