[libcamera-devel] [PATCH] libcamera: v4l2_device: Fix wording in documentation

Laurent Pinchart laurent.pinchart at ideasonboard.com
Sat Jan 26 11:27:41 CET 2019


Fix one wording issue in documentation.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 src/libcamera/v4l2_device.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp
index 9cb504d2b12b..408f9b931152 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
  */
 
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list