]> Git Repo - qemu.git/commitdiff
include: Fix typos found by codespell
authorStefan Weil <[email protected]>
Sat, 19 Nov 2016 19:47:15 +0000 (20:47 +0100)
committerMichael Tokarev <[email protected]>
Tue, 24 Jan 2017 20:26:52 +0000 (23:26 +0300)
Add also a missing parenthesis in a comment.

Signed-off-by: Stefan Weil <[email protected]>
Acked-by: Alistair Francis <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
include/hw/dma/xlnx_dpdma.h
include/hw/pci-host/q35.h
include/hw/register.h
include/qapi/dealloc-visitor.h
include/qemu/qht.h
include/qemu/xattr.h

index 664df28ae698a736293cc99d9b65587af99c4259..7a304a5bb460651cd7645693928dcc56e853499d 100644 (file)
@@ -53,7 +53,8 @@ typedef struct XlnxDPDMAState XlnxDPDMAState;
  *                             data to the buffer specified by
  *                             dpdma_set_host_data_location().
  *
- * Returns The number of bytes transfered by the DPDMA or 0 if an error occured.
+ * Returns The number of bytes transferred by the DPDMA
+ *         or 0 if an error occurred.
  *
  * @s The DPDMA state.
  * @channel The channel to start.
index 94486fdd37fd9d54d324510c351af0a8bc240712..53b6760c16c5de4fc76dac00f2f251b016837daa 100644 (file)
@@ -180,7 +180,7 @@ typedef struct Q35PCIHost {
 uint64_t mch_mcfg_base(void);
 
 /*
- * Arbitary but unique BNF number for IOAPIC device.
+ * Arbitrary but unique BNF number for IOAPIC device.
  *
  * TODO: make sure there would have no conflict with real PCI bus
  */
index 8c12233b75eb0b98924d3dc040df47d49419cf6a..5b6dc3209165a094af2bd3435d8784cf892071b1 100644 (file)
@@ -92,7 +92,7 @@ struct RegisterInfo {
  * This structure is used to group all of the individual registers which are
  * modeled using the RegisterInfo structure.
  *
- * @r is an aray containing of all the relevent RegisterInfo structures.
+ * @r is an array containing of all the relevant RegisterInfo structures.
  *
  * @num_elements is the number of elements in the array r
  *
index b3e5c85fd813c380d2474d8337809db4c9351cb3..c36715fdf3c7dcb755864c75af0c1e3b446be3a6 100644 (file)
@@ -19,7 +19,7 @@
 typedef struct QapiDeallocVisitor QapiDeallocVisitor;
 
 /*
- * The dealloc visitor is primarly used only by generated
+ * The dealloc visitor is primarily used only by generated
  * qapi_free_FOO() functions, and is the only visitor designed to work
  * correctly in the face of a partially-constructed QAPI tree.
  */
index 311139b85a9a7b0ac8b736d5a99872f82aa03d02..56c2c7784c528c5949b610e70c28d1dbc8305262 100644 (file)
@@ -72,7 +72,7 @@ void qht_destroy(struct qht *ht);
  * In case of successful operation, smp_wmb() is implied before the pointer is
  * inserted into the hash table.
  *
- * Returns true on sucess.
+ * Returns true on success.
  * Returns false if the @p-@hash pair already exists in the hash table.
  */
 bool qht_insert(struct qht *ht, void *p, uint32_t hash);
index 83cf98cbd849f0e8a45d9cd336f2629df60e4608..a83fe8e749bd72df7e7258d40cd58a05319ab608 100644 (file)
@@ -14,7 +14,7 @@
 #define QEMU_XATTR_H
 
 /*
- * Modern distributions (e.g. Fedora 15, have no libattr.so, place attr.h
+ * Modern distributions (e.g. Fedora 15), have no libattr.so, place attr.h
  * in /usr/include/sys, and don't have ENOATTR.
  */
 
This page took 0.032962 seconds and 4 git commands to generate.