diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2022-04-06 13:38:05 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-04-06 15:45:23 +0300 |
commit | 8f4238a39048b7047dfb83bbc3e835836748c213 (patch) | |
tree | bc60ca47679f0cdf5cdfb0207c509d1ca7c92aa5 /src | |
parent | eea1c9c6319c63933cc47a7694b14729b4841928 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/v4l2_videodevice.cpp | 2 |
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); |