[libcamera-devel] [PATCH] libcamera: camera: Fix-typo

Kieran Bingham kieran.bingham at ideasonboard.com
Tue Jan 5 07:16:48 CET 2021


Hi Sebastian,

On 05/01/2021 06:10, Sebastian Fricke wrote:
> s/chance/change/
> 
> Signed-off-by: Sebastian Fricke <sebastian.fricke.linux at gmail.com>

Thanks!

Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

> ---
>  src/libcamera/camera.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
> index d9b81787..c9c79b91 100644
> --- a/src/libcamera/camera.cpp
> +++ b/src/libcamera/camera.cpp
> @@ -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.
>  	 */
> 

-- 
Regards
--
Kieran


More information about the libcamera-devel mailing list