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:
Sebastian Fricke
2021-01-05 07:10:25 +01:00
committed by Kieran Bingham
parent 35de31e027
commit 5988661c90

View File

@@ -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.
*/