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:
committed by
Laurent Pinchart
parent
eea1c9c631
commit
8f4238a390
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user