[libcamera-devel] libcamera: camera: Fix-typo
diff mbox series

Message ID 20210105061025.9556-1-sebastian.fricke.linux@gmail.com
State Accepted
Commit 5988661c9047fc04840603068a94466719319725
Headers show
Series
  • [libcamera-devel] libcamera: camera: Fix-typo
Related show

Commit Message

Sebastian Fricke Jan. 5, 2021, 6:10 a.m. UTC
s/chance/change/

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
---
 src/libcamera/camera.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Jan. 5, 2021, 6:16 a.m. UTC | #1
Hi Sebastian,

Thank you for the patch.

On Tue, Jan 05, 2021 at 07:10:25AM +0100, Sebastian Fricke wrote:
> s/chance/change/
> 
> Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@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.
>  	 */
Kieran Bingham Jan. 5, 2021, 6:16 a.m. UTC | #2
Hi Sebastian,

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

Thanks!

Reviewed-by: Kieran Bingham <kieran.bingham@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.
>  	 */
>

Patch
diff mbox series

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