gstreamer: Fix typo in comment

Possibly the most trivial patch.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2022-03-26 16:38:05 +02:00
parent 60c3d32a89
commit 9bb0889baf

View File

@@ -284,7 +284,7 @@ gst_libcamera_src_task_run(gpointer user_data)
&buffer, nullptr);
if (ret != GST_FLOW_OK) {
/*
* RequestWrap has ownership of the rquest, and we
* RequestWrap has ownership of the request, and we
* won't be queueing this one due to lack of buffers.
*/
wrap.release();