summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUmang Jain <email@uajain.com>2020-09-02 18:27:43 +0530
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-09-06 01:24:12 +0300
commit8117ab0a320029f97540aed2a9eebf3c759b8879 (patch)
treeb6bcebdd4d254234ffdd39ded549d38804546229 /src
parente59713c68678f3eb6b6ebe97cabdc88c7042567f (diff)
libcamera: buffer: Fix MappedBuffer::maps_ documentation
Complete the brief for MappedBuffer::maps_ documentation. Fixes: b3383da79f1d ("libcamera: buffer: Create a MappedBuffer") Signed-off-by: Umang Jain <email@uajain.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r--src/libcamera/buffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/buffer.cpp b/src/libcamera/buffer.cpp
index a094737d..03f628e8 100644
--- a/src/libcamera/buffer.cpp
+++ b/src/libcamera/buffer.cpp
@@ -392,7 +392,7 @@ MappedBuffer::~MappedBuffer()
/**
* \var MappedBuffer::maps_
- * \brief Stores the internal
+ * \brief Stores the internal mapped planes
*
* MappedBuffer derived classes shall store the mappings they create in this
* vector which is parsed during destruct to unmap any memory mappings which