summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/pipeline_handler.cpp')
-rw-r--r--src/libcamera/pipeline_handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcamera/pipeline_handler.cpp b/src/libcamera/pipeline_handler.cpp
index af19f4a3..c91ef2f7 100644
--- a/src/libcamera/pipeline_handler.cpp
+++ b/src/libcamera/pipeline_handler.cpp
@@ -391,8 +391,8 @@ bool PipelineHandler::completeBuffer(Camera *camera, Request *request,
* \param[in] request The request that has completed
*
* The pipeline handler shall call this method to notify the \a camera that the
- * request request has complete. The request is deleted and shall not be
- * accessed once this method returns.
+ * request has completed. The request is deleted and shall not be accessed once
+ * this method returns.
*
* The pipeline handler shall ensure that requests complete in the same order
* they are submitted.