Message ID | 20190126102741.7564-1-laurent.pinchart@ideasonboard.com |
---|---|
State | Accepted |
Commit | a5f330629a876e1d8e17134c263fa16bfbe5b9f9 |
Headers | show |
Series |
|
Related | show |
Hi Laurent, Thanks for your work. On 2019-01-26 12:27:41 +0200, Laurent Pinchart wrote: > Fix one wording issue in documentation. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> > --- > 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 > > _______________________________________________ > libcamera-devel mailing list > libcamera-devel@lists.libcamera.org > https://lists.libcamera.org/listinfo/libcamera-devel
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 */
Fix one wording issue in documentation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- src/libcamera/v4l2_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)