libcamera: simple: Fix a typo in a doc string
Rectify incorrect phrase in the sentence -- s/their share/they share/. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
ea7d766807
commit
7c6b960a8e
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ LOG_DEFINE_CATEGORY(SimplePipeline)
|
|||
* handler has no a priori knowledge of. The pipeline handler thus implements a
|
||||
* heuristic to handle sharing of hardware resources in a generic fashion.
|
||||
*
|
||||
* Two cameras are considered to be mutually exclusive if their share common
|
||||
* Two cameras are considered to be mutually exclusive if they share common
|
||||
* pads along the pipeline from the camera sensor to the video node. An entity
|
||||
* can thus be used concurrently by multiple cameras, as long as pads are
|
||||
* distinct.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue