From e8a28b4b9bd8791373957fce3f5c3f49f0cc04cf Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 16 Jul 2021 09:29:51 +0200 Subject: libcamera: controls: Fix minor error in documentation Fix a small spelling mistake in the ControlInfoMap documentation. Signed-off-by: Jacopo Mondi Reviewed-by: Kieran Bingham Reviewed-by: Paul Elder --- src/libcamera/controls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libcamera/controls.cpp b/src/libcamera/controls.cpp index 34317fa0..78109f41 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. * -- cgit v1.2.1