summaryrefslogtreecommitdiff
path: root/simple-cam.cpp
diff options
context:
space:
mode:
authorUmang Jain <email@uajain.com>2020-11-19 18:04:25 +0530
committerKieran Bingham <kieran.bingham@ideasonboard.com>2020-11-19 16:00:38 +0000
commitc6626f9caf632efe05b521730cbf52da823dbd43 (patch)
treeca1b93728fb11008dd5e739141da69902cc45d2c /simple-cam.cpp
parent94b055c70c09729cab51cc2c74c1a0e3c1a9ae50 (diff)
simple-cam: Fix documentation typo
Signed-off-by: Umang Jain <email@uajain.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'simple-cam.cpp')
-rw-r--r--simple-cam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple-cam.cpp b/simple-cam.cpp
index 727bb6d..588018f 100644
--- a/simple-cam.cpp
+++ b/simple-cam.cpp
@@ -312,7 +312,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