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:
parent
3299f84de7
commit
c8d261608a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue