[libcamera-devel] [PATCH] libcamera: controls: Fix minor error in documentation
Kieran Bingham
kieran.bingham at ideasonboard.com
Fri Jul 16 09:52:12 CEST 2021
On 16/07/2021 08:31, Jacopo Mondi wrote:
> Fix a small spelling mistake in the ControlInfoMap documentation.
>
> Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> ---
> src/libcamera/controls.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libcamera/controls.cpp b/src/libcamera/controls.cpp
> index 34317fa0f65d..78109f4130a8 100644
> --- a/src/libcamera/controls.cpp
> +++ b/src/libcamera/controls.cpp
> @@ -592,7 +592,7 @@ std::string ControlInfo::toString() const
> *
> * The ControlInfoMap class describes controls supported by an object as an
> * unsorted map of ControlId pointers to ControlInfo instances. Unlike the
> - * standard std::unsorted_map<> class, it is designed the be immutable once
> + * standard std::unsorted_map<> class, it is designed to be immutable once
> * constructed, and thus only exposes the read accessors of the
> * std::unsorted_map<> base class.
> *
>
More information about the libcamera-devel
mailing list