libcamera: pipeline_handler: Fix trivial spelling

Signaled is an American spelling.

  s/signaled/signalled/

Fixes: b2c06cf409 ("libcamera: Handle request completion explicitly in pipeline handlers")
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham
2019-10-14 11:52:15 +01:00
parent 6b6c02e223
commit 3774f23f8e

View File

@@ -353,7 +353,7 @@ const ControlInfoMap &PipelineHandler::controls(Camera *camera)
* Pipeline handlers shall override this method. The base implementation in the
* PipelineHandler class keeps track of queued requests in order to ensure
* completion of all requests when the pipeline handler is stopped with stop().
* Requests completion shall be signaled by the pipeline handler using the
* Requests completion shall be signalled by the pipeline handler using the
* completeRequest() method.
*
* \return 0 on success or a negative error code otherwise