From patchwork Sun May 2 10:05:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Fricke X-Patchwork-Id: 12160 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 762D3BDE74 for ; Sun, 2 May 2021 10:06:45 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id B39FC68910; Sun, 2 May 2021 12:06:44 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=posteo.net header.i=@posteo.net header.b="NFSVBE36"; dkim-atps=neutral Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 81F67688AF for ; Sun, 2 May 2021 12:06:43 +0200 (CEST) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 9F3C2240101 for ; Sun, 2 May 2021 12:06:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1619950002; bh=7fcEW4iaYx0jkstOKl/CkQ8HhbxwLxyetQ7Y+koJzoY=; h=From:To:Cc:Subject:Date:From; b=NFSVBE36zwtDvYwKpeaiy9F7bKC4km4EWzQsnSgBC+kBXvI2CfXgHOXGj0D+SMq2i aJCQqt4Z7aRiduXq7+3jtETop+h/b0E/cvmtpaeTsoknL4uqcP2K86cO0AnS/J2JPR SqWGkhfwevWYFPLb4YeO/xTXZ84CP/CC/UTpXMAfSy23WAfocBTJgY79G/Xcx0XusT 0tUeosQUJAZcn/n+dbu1g15ySMFMdFPosiX0Dfhh3qESaNZ0h4Zbh5kFdxkW7qsbVB C0HXeRzBaVl1aVa+VG6eigGxxeImduE0Et4NeHgp6LVHRYSlkAjKdpdEzF5UBOOtAX 59mFA0sJgOFLw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FY1wf0hWcz9rxQ; Sun, 2 May 2021 12:06:41 +0200 (CEST) From: Sebastian Fricke To: libcamera-devel@lists.libcamera.org Date: Sun, 2 May 2021 10:05:49 +0000 Message-Id: <20210502100548.20024-1-sebastian.fricke@posteo.net> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] ipa: rpi: controller: Fix typo and improve comment X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Fix a typo ('for a collecting') within the comment, improve and simplify the comment. Signed-off-by: Sebastian Fricke Reviewed-by: Umang Jain --- 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