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:
committed by
Kieran Bingham
parent
3299f84de7
commit
c8d261608a
@@ -72,7 +72,7 @@ MappedBuffer::MappedBuffer(MappedBuffer &&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
|
||||
* MappedBuffer and invalidates the \a other.
|
||||
|
||||
Reference in New Issue
Block a user