libcamera: v4l2_videodevice: Fix typos in a comment

Is/ingore/ignore/ and s/prevetn/prevent/

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Naushir Patuck
2022-04-06 13:38:05 +01:00
committed by Laurent Pinchart
parent eea1c9c631
commit 8f4238a390

View File

@@ -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);