libcamera: pipeline: ipu3: Fix spelling

Fix trivial spelling of queueing.

Acked-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2019-05-29 15:02:36 +01:00
parent a0f869f4ed
commit 4232b60612

View file

@ -909,7 +909,7 @@ void IPU3CameraData::imguOutputBufferReady(Buffer *buffer)
/* Request not completed yet, return here. */
return;
/* Complete the pending requests in queuing order. */
/* Complete the pending requests in queueing order. */
while (1) {
request = queuedRequests_.front();
if (request->hasPendingBuffers())