libcamera: MappedFrameBuffer: Fix typo in comment formatting

Fix typo in comment block formatting.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Paul Elder 2024-10-18 16:17:06 +09:00 committed by Kieran Bingham
parent 3299f84de7
commit c8d261608a

View file

@ -72,7 +72,7 @@ MappedBuffer::MappedBuffer(MappedBuffer &&other)
/** /**
* \brief Move assignment operator, replace the mappings with those of \a other * \brief Move assignment operator, replace the mappings with those of \a other
* \param[in] other The other MappedBuffer * \param[in] other The other MappedBuffer
* *
* Moving a MappedBuffer moves the mappings contained in the \a other to the new * Moving a MappedBuffer moves the mappings contained in the \a other to the new
* MappedBuffer and invalidates the \a other. * MappedBuffer and invalidates the \a other.