summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libcamera/v4l2_videodevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/v4l2_videodevice.cpp b/src/libcamera/v4l2_videodevice.cpp
index c3a1b6c4..634ac4a5 100644
--- a/src/libcamera/v4l2_videodevice.cpp
+++ b/src/libcamera/v4l2_videodevice.cpp
@@ -1716,7 +1716,7 @@ FrameBuffer *V4L2VideoDevice::dequeueBuffer()
* not find it in the queuedBuffers_ list.
*
* Whilst this kernel bug has been fixed in mainline, ensure that we
- * safely ingore buffers which are unexpected to prevetn crashes on
+ * safely ignore buffers which are unexpected to prevent crashes on
* older kernels.
*/
auto it = queuedBuffers_.find(buf.index);