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>
This commit is contained in:
Kieran Bingham
2020-11-19 09:40:35 +00:00
parent 1ea9ce9bdd
commit a97ba61b2d

View File

@@ -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