[PATCH] libcamera: MappedFrameBuffer: Fix typo in comment formatting
Paul Elder
paul.elder at ideasonboard.com
Fri Oct 18 09:17:06 CEST 2024
Fix typo in comment block formatting.
Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
---
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 ad82e1f6e49c..f54bbf21f109 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.
--
2.39.2
More information about the libcamera-devel
mailing list