From 8117ab0a320029f97540aed2a9eebf3c759b8879 Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Wed, 2 Sep 2020 18:27:43 +0530 Subject: libcamera: buffer: Fix MappedBuffer::maps_ documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Complete the brief for MappedBuffer::maps_ documentation. Fixes: b3383da79f1d ("libcamera: buffer: Create a MappedBuffer") Signed-off-by: Umang Jain Reviewed-by: Kieran Bingham Reviewed-by: Niklas Söderlund Signed-off-by: Laurent Pinchart --- src/libcamera/buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1