[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 03/20] memory.h: fix typos in comments
From: |
Laurent Vivier |
Subject: |
[Qemu-devel] [PULL 03/20] memory.h: fix typos in comments |
Date: |
Fri, 26 Oct 2018 17:31:08 +0200 |
From: Li Qiang <address@hidden>
Signed-off-by: Li Qiang <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Message-Id: <address@hidden>
[lv: s/types/typos/]
Signed-off-by: Laurent Vivier <address@hidden>
---
include/exec/memory.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/exec/memory.h b/include/exec/memory.h
index 667466b8f3..d0c7f0d9e9 100644
--- a/include/exec/memory.h
+++ b/include/exec/memory.h
@@ -935,7 +935,7 @@ uint64_t memory_region_size(MemoryRegion *mr);
/**
* memory_region_is_ram: check whether a memory region is random access
*
- * Returns %true is a memory region is random access.
+ * Returns %true if a memory region is random access.
*
* @mr: the memory region being queried
*/
@@ -947,7 +947,7 @@ static inline bool memory_region_is_ram(MemoryRegion *mr)
/**
* memory_region_is_ram_device: check whether a memory region is a ram device
*
- * Returns %true is a memory region is a device backed ram region
+ * Returns %true if a memory region is a device backed ram region
*
* @mr: the memory region being queried
*/
@@ -1161,7 +1161,7 @@ uint8_t memory_region_get_dirty_log_mask(MemoryRegion
*mr);
/**
* memory_region_is_rom: check whether a memory region is ROM
*
- * Returns %true is a memory region is read-only memory.
+ * Returns %true if a memory region is read-only memory.
*
* @mr: the memory region being queried
*/
--
2.17.2
- [Qemu-devel] [PULL 00/20] Trivial patches patches, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 16/20] tests/bios-tables-test: Remove an useless cast, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 18/20] hw/intc/gicv3: Remove useless parenthesis around DIV_ROUND_UP macro, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 08/20] scripts/qemu.py: remove trailing quotes on docstring, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 09/20] qemu-iotests: make 218 executable, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 20/20] ppc: move at24c to its own CONFIG_ symbol, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 14/20] qobject: Catch another straggler for use of qdict_put_str(), Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 17/20] hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 03/20] memory.h: fix typos in comments,
Laurent Vivier <=
- [Qemu-devel] [PULL 13/20] configure: Support pkg-config for zlib, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 12/20] tests: Fix typos in comments and help message (found by codespell), Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 10/20] linux-user: fix comment s/atomic_write/atomic_set/, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 19/20] milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_report, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 02/20] vga_int: remove unused function protype, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 07/20] scripts/decodetree.py: remove unused imports, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 06/20] docs/devel/testing.rst: add missing newlines after code block, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 05/20] qemu-iotests: fix filename containing checks, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 04/20] tests/tcg/README: fix location for lm32 tests, Laurent Vivier, 2018/10/26
- [Qemu-devel] [PULL 15/20] xen: Use the PCI_DEVICE macro, Laurent Vivier, 2018/10/26