提交 5bb8590d 编写于 作者: S Stefan Weil 提交者: Michael Tokarev

include: Fix typos found by codespell

Add also a missing parenthesis in a comment.
Signed-off-by: NStefan Weil <sw@weilnetz.de>
Acked-by: NAlistair Francis <alistair.francis@xilinx.com>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 736a83fa
...@@ -53,7 +53,8 @@ typedef struct XlnxDPDMAState XlnxDPDMAState; ...@@ -53,7 +53,8 @@ typedef struct XlnxDPDMAState XlnxDPDMAState;
* data to the buffer specified by * data to the buffer specified by
* dpdma_set_host_data_location(). * 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. * @s The DPDMA state.
* @channel The channel to start. * @channel The channel to start.
......
...@@ -180,7 +180,7 @@ typedef struct Q35PCIHost { ...@@ -180,7 +180,7 @@ typedef struct Q35PCIHost {
uint64_t mch_mcfg_base(void); 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 * TODO: make sure there would have no conflict with real PCI bus
*/ */
......
...@@ -92,7 +92,7 @@ struct RegisterInfo { ...@@ -92,7 +92,7 @@ struct RegisterInfo {
* This structure is used to group all of the individual registers which are * This structure is used to group all of the individual registers which are
* modeled using the RegisterInfo structure. * 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 * @num_elements is the number of elements in the array r
* *
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
typedef struct QapiDeallocVisitor QapiDeallocVisitor; 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 * qapi_free_FOO() functions, and is the only visitor designed to work
* correctly in the face of a partially-constructed QAPI tree. * correctly in the face of a partially-constructed QAPI tree.
*/ */
......
...@@ -72,7 +72,7 @@ void qht_destroy(struct qht *ht); ...@@ -72,7 +72,7 @@ void qht_destroy(struct qht *ht);
* In case of successful operation, smp_wmb() is implied before the pointer is * In case of successful operation, smp_wmb() is implied before the pointer is
* inserted into the hash table. * 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. * Returns false if the @p-@hash pair already exists in the hash table.
*/ */
bool qht_insert(struct qht *ht, void *p, uint32_t hash); bool qht_insert(struct qht *ht, void *p, uint32_t hash);
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#define QEMU_XATTR_H #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. * in /usr/include/sys, and don't have ENOATTR.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册