From 14b02e849ecff867119b1d58b4b41bd1692ff464 Mon Sep 17 00:00:00 2001 From: Dan Nechita Date: Mon, 27 Jan 2025 11:43:54 +0200 Subject: [PATCH] dox: Fix minor spell error reported by CI Error message: "Error: ./mainpage.dox:231: re-used ==> reused" Signed-off-by: Dan Nechita --- mainpage.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainpage.dox b/mainpage.dox index 1f92d58dd..f66441d57 100644 --- a/mainpage.dox +++ b/mainpage.dox @@ -228,7 +228,7 @@ The exception is when iio_channel_read() or iio_channel_write() are used, as the @subsection push Submitting the Buffer (output devices only) When all the samples have been written to the iio_buffer object, you can submit the buffer to the hardware with a call to iio_buffer_push(). -As soon as the buffer has been submitted, it can be re-used to store new samples. +As soon as the buffer has been submitted, it can be reused to store new samples. If the iio_buffer object has been created with the "cyclic" parameter set, and the kernel driver supports cyclic buffers, the submitted buffer will be repeated until the iio_buffer is destroyed, and no subsequent call to iio_buffer_push() will be allowed.