diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2024-10-18 16:17:06 +0900 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2024-10-18 08:37:13 +0100 |
commit | c8d261608aa63b35a60a4bb2307c53a1b26c6832 (patch) | |
tree | 48c1a61c7dd69b7875e5e9dd186974c3d540cf04 | |
parent | 3299f84de7dd2c454342d19e0c4d7db662ead536 (diff) |
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>
-rw-r--r-- | src/libcamera/mapped_framebuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/mapped_framebuffer.cpp b/src/libcamera/mapped_framebuffer.cpp index ad82e1f6..f54bbf21 100644 --- a/src/libcamera/mapped_framebuffer.cpp +++ b/src/libcamera/mapped_framebuffer.cpp @@ -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. |