libcamera: camera: Fix-typo
s/chance/change/ Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
35de31e027
commit
5988661c90
@@ -977,7 +977,7 @@ int Camera::queueRequest(Request *request)
|
||||
return ret;
|
||||
|
||||
/*
|
||||
* The camera state may chance until the end of the function. No locking
|
||||
* The camera state may change until the end of the function. No locking
|
||||
* is however needed as PipelineHandler::queueRequest() will handle
|
||||
* this.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user