diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-11-19 09:40:35 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-11-23 14:39:48 +0000 |
commit | a97ba61b2d2048cdbebc0f71aae1ea5fdd64c5ac (patch) | |
tree | cd959f01ac6acf143e7a4bb4195ac9ec0abe3574 /src | |
parent | 1ea9ce9bdd1f42d468f3a8e71282215f46a2464c (diff) |
libcamera: controls: Improve Control documentation grammar
A few grammatical errors remain in the Control class documentation.
Fix them.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/controls.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcamera/controls.cpp b/src/libcamera/controls.cpp index aad46112..c58ed394 100644 --- a/src/libcamera/controls.cpp +++ b/src/libcamera/controls.cpp @@ -437,8 +437,8 @@ void ControlValue::reserve(ControlType type, bool isArray, std::size_t numElemen * the control value. See for instance how the ControlList::get() method * returns a value corresponding to the type of the requested control. * - * While this class is the main mean to refer to a control, the control - * identifying information are stored in the non-template base ControlId class. + * While this class is the main means to refer to a control, the control + * identifying information is stored in the non-template base ControlId class. * This allows code that operates on a set of controls of different types to * reference those controls through a ControlId instead of a Control. For * instance, the list of controls supported by a camera is exposed as ControlId |