Skip to content

Commit

Permalink
dox: Fix minor spell error reported by CI
Browse files Browse the repository at this point in the history
Error message: "Error: ./mainpage.dox:231: re-used ==> reused"

Signed-off-by: Dan Nechita <[email protected]>
  • Loading branch information
dNechita committed Jan 27, 2025
1 parent a50b705 commit 14b02e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 14b02e8

Please sign in to comment.