diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2021-07-16 09:29:51 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2021-07-16 12:50:54 +0200 |
commit | e8a28b4b9bd8791373957fce3f5c3f49f0cc04cf (patch) | |
tree | a1da0bda2c785804b9221b62bb6fec035e13710e /src | |
parent | 4889464fd82aa11738ce00d9079adec339878f90 (diff) |
libcamera: controls: Fix minor error in documentation
Fix a small spelling mistake in the ControlInfoMap documentation.
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/controls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |