libcamera: v4l2_device: Fix wording in documentation

Fix one wording issue in documentation.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
Laurent Pinchart 2019-01-26 12:23:36 +02:00
parent e4d2dcc549
commit a5f330629a

View file

@ -58,7 +58,7 @@ LOG_DEFINE_CATEGORY(V4L2)
/** /**
* \fn bool V4L2Capability::isMultiplanar() * \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 * \return True if the device supports multiplanar APIs
*/ */