[libcamera-devel] [PATCH v3 3/4] simple-cam: Fix documentation typo
Umang Jain
email at uajain.com
Fri Dec 4 07:54:51 CET 2020
Signed-off-by: Umang Jain <email at uajain.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
simple-cam.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/simple-cam.cpp b/simple-cam.cpp
index aace5c8..bfe30d7 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
--
2.26.2
More information about the libcamera-devel
mailing list