[libcamera-devel] [PATCH 3/3] libcamera: framebuffer: Add a missing space in documentation
Umang Jain
umang.jain at ideasonboard.com
Thu Mar 17 11:47:40 CET 2022
s/bytesused/bytes used/
Signed-off-by: Umang Jain <umang.jain at ideasonboard.com>
---
src/libcamera/framebuffer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libcamera/framebuffer.cpp b/src/libcamera/framebuffer.cpp
index 049b1c7e..142e2af7 100644
--- a/src/libcamera/framebuffer.cpp
+++ b/src/libcamera/framebuffer.cpp
@@ -30,7 +30,7 @@ LOG_DEFINE_CATEGORY(Buffer)
* \brief Metadata related to a captured frame
*
* The FrameMetadata structure stores all metadata related to a captured frame,
- * as stored in a FrameBuffer, such as capture status, timestamp and bytesused.
+ * as stored in a FrameBuffer, such as capture status, timestamp and bytes used.
*/
/**
--
2.31.0
More information about the libcamera-devel
mailing list