aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-05-15 20:08:52 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-08-31 19:47:43 +0200
commitc342a5d38c7e15b8bf2c13431b09af32041012c4 (patch)
treebd465d4564361f210a5fc7742a8bb9aa23c4bf17
parenta09ef8ff0a1c7252e5f7c0de409b8a5abc26a1a8 (diff)
downloadqemu-c342a5d38c7e15b8bf2c13431b09af32041012c4.zip
qemu-c342a5d38c7e15b8bf2c13431b09af32041012c4.tar.gz
qemu-c342a5d38c7e15b8bf2c13431b09af32041012c4.tar.bz2
util/fifo8: Fix typo in fifo8_push_all() description
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230522153144.30610-2-philmd@linaro.org>
-rw-r--r--include/qemu/fifo8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/fifo8.h b/include/qemu/fifo8.h
index 28bf2ce..16be02f 100644
--- a/include/qemu/fifo8.h
+++ b/include/qemu/fifo8.h
@@ -46,7 +46,7 @@ void fifo8_push(Fifo8 *fifo, uint8_t data);
* fifo8_push_all:
* @fifo: FIFO to push to
* @data: data to push
- * @size: number of bytes to push
+ * @num: number of bytes to push
*
* Push a byte array to the FIFO. Behaviour is undefined if the FIFO is full.
* Clients are responsible for checking the space left in the FIFO using