From: Philippe Mathieu-Daudé Date: Mon, 15 May 2023 18:08:52 +0000 (+0200) Subject: util/fifo8: Fix typo in fifo8_push_all() description X-Git-Tag: v8.2.0-rc0~146^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c342a5d38c7e15b8bf2c13431b09af32041012c4;p=thirdparty%2Fqemu.git util/fifo8: Fix typo in fifo8_push_all() description Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Francisco Iglesias Reviewed-by: Alex Bennée Message-Id: <20230522153144.30610-2-philmd@linaro.org> --- diff --git a/include/qemu/fifo8.h b/include/qemu/fifo8.h index 28bf2cee578..16be02f361f 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