diff options
author | Sebastian Fricke <sebastian.fricke@posteo.net> | 2021-03-28 14:59:07 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-03-28 19:53:12 +0300 |
commit | 3d3e6fcdb92a7d337f3e5472f0f989f625f8985e (patch) | |
tree | 744a788087ebc2f50bfc95c18766adcfb51f6c86 | |
parent | 6a84c563469f11ea426e1773f8fd9b3be1172ad2 (diff) |
pipeline: raspberryPi: Fix typo in comment
s/Will need to/We'll need to/
Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp index 2cac802c..378a5227 100644 --- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp +++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp @@ -1141,7 +1141,7 @@ int PipelineHandlerRPi::prepareBuffers(Camera *camera) /* * Decide how many internal buffers to allocate. For now, simply look - * at how many external buffers will be provided. Will need to improve + * at how many external buffers will be provided. We'll need to improve * this logic. However, we really must have all streams allocate the same * number of buffers to simplify error handling in queueRequestDevice(). */ |