[libcamera-devel] [PATCH] libcamera: v4l2_videodevice: Fix typo in a comment

Naushir Patuck naush at raspberrypi.com
Wed Apr 6 14:38:05 CEST 2022


s/prevetn/prevent/

Signed-off-by: Naushir Patuck <naush at raspberrypi.com>
---
 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 0830be80c553..98671509fe02 100644
--- a/src/libcamera/v4l2_videodevice.cpp
+++ b/src/libcamera/v4l2_videodevice.cpp
@@ -1715,7 +1715,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 ingore buffers which are unexpected to prevent crashes on
 	 * older kernels.
 	 */
 	auto it = queuedBuffers_.find(buf.index);
-- 
2.25.1



More information about the libcamera-devel mailing list