[libcamera-devel] [PATCH] ipa: rpi: controller: Fix typo and improve comment

Sebastian Fricke sebastian.fricke at posteo.net
Sun May 2 12:05:49 CEST 2021


Fix a typo ('for a collecting') within the comment, improve and simplify
the comment.

Signed-off-by: Sebastian Fricke <sebastian.fricke at posteo.net>
---
 src/ipa/raspberrypi/controller/controller.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ipa/raspberrypi/controller/controller.hpp b/src/ipa/raspberrypi/controller/controller.hpp
index 49b1a551..910aeae1 100644
--- a/src/ipa/raspberrypi/controller/controller.hpp
+++ b/src/ipa/raspberrypi/controller/controller.hpp
@@ -6,8 +6,8 @@
  */
 #pragma once
 
-// The Controller is simply a container for a collecting together a number of
-// "control algorithms" (such as AWB etc.) and for running them all in a
+// The Controller is simply a container, that collects a number of
+// "control algorithms" (such as AWB etc.) and runs them all in a
 // convenient manner.
 
 #include <vector>
-- 
2.25.1



More information about the libcamera-devel mailing list