From a5f330629a876e1d8e17134c263fa16bfbe5b9f9 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 26 Jan 2019 12:23:36 +0200 Subject: libcamera: v4l2_device: Fix wording in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix one wording issue in documentation. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- src/libcamera/v4l2_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp index 9cb504d2..408f9b93 100644 --- a/src/libcamera/v4l2_device.cpp +++ b/src/libcamera/v4l2_device.cpp @@ -58,7 +58,7 @@ LOG_DEFINE_CATEGORY(V4L2) /** * \fn bool V4L2Capability::isMultiplanar() - * \brief Identify if the device implement V4L2 multiplanar APIs + * \brief Identify if the device implements the V4L2 multiplanar APIs * \return True if the device supports multiplanar APIs */ -- cgit v1.2.1