[libcamera-devel,2/3] simple-cam: Fix documentation typo
diff mbox series

Message ID 20201119123427.53864-3-email@uajain.com
State Superseded
Headers show
Series
  • simple-cam: Provide event-loop backed by libevent
Related show

Commit Message

Umang Jain Nov. 19, 2020, 12:34 p.m. UTC
Signed-off-by: Umang Jain <email@uajain.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 simple-cam.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Nov. 24, 2020, 2:41 p.m. UTC | #1
Hi Umang,

Thank you for the patch.

On Thu, Nov 19, 2020 at 06:04:25PM +0530, Umang Jain wrote:
> Signed-off-by: Umang Jain <email@uajain.com>
> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  simple-cam.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/simple-cam.cpp b/simple-cam.cpp
> index af9c8b1..65e0f14 100644
> --- a/simple-cam.cpp
> +++ b/simple-cam.cpp
> @@ -319,7 +319,7 @@ int main()
>  	 * Run an EventLoop
>  	 *
>  	 * In order to dispatch events received from the video devices, such
> -	 * as buffer completions, an even loop as to be run.
> +	 * as buffer completions, an event loop has to be run.
>  	 *
>  	 * Libcamera provides its own default event dispatcher realized by
>  	 * polling a set of file descriptors, but applications can integrate

Patch
diff mbox series

diff --git a/simple-cam.cpp b/simple-cam.cpp
index af9c8b1..65e0f14 100644
--- a/simple-cam.cpp
+++ b/simple-cam.cpp
@@ -319,7 +319,7 @@  int main()
 	 * Run an EventLoop
 	 *
 	 * In order to dispatch events received from the video devices, such
-	 * as buffer completions, an even loop as to be run.
+	 * as buffer completions, an event loop has to be run.
 	 *
 	 * Libcamera provides its own default event dispatcher realized by
 	 * polling a set of file descriptors, but applications can integrate