From 8f4238a39048b7047dfb83bbc3e835836748c213 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 6 Apr 2022 13:38:05 +0100 Subject: libcamera: v4l2_videodevice: Fix typos in a comment Is/ingore/ignore/ and s/prevetn/prevent/ Signed-off-by: Naushir Patuck Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/libcamera/v4l2_videodevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1