mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
include: Fix typos found by codespell
Add also a missing parenthesis in a comment. Signed-off-by: Stefan Weil <sw@weilnetz.de> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
736a83fae4
commit
5bb8590d37
6 changed files with 7 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue