diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-10-14 11:52:15 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-10-22 17:12:57 +0100 |
commit | 3774f23f8eaeb5a303539081938533381862dfe1 (patch) | |
tree | 18d1b257ca25d55b849d6129b21c6424d41001e8 /src | |
parent | 6b6c02e2236c22136c7b0d8d7141dd19dd0d6386 (diff) |
libcamera: pipeline_handler: Fix trivial spelling
Signaled is an American spelling.
s/signaled/signalled/
Fixes: b2c06cf40975 ("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>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/pipeline_handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/pipeline_handler.cpp b/src/libcamera/pipeline_handler.cpp index cb4337e5..bf8c86d3 100644 --- a/src/libcamera/pipeline_handler.cpp +++ b/src/libcamera/pipeline_handler.cpp @@ -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 |