From c8d261608aa63b35a60a4bb2307c53a1b26c6832 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Fri, 18 Oct 2024 16:17:06 +0900 Subject: libcamera: MappedFrameBuffer: Fix typo in comment formatting Fix typo in comment block formatting. Signed-off-by: Paul Elder Reviewed-by: Kieran Bingham Signed-off-by: Kieran Bingham --- src/libcamera/mapped_framebuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1