From patchwork Wed Jun 3 13:38:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 3903 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0E1B161027 for ; Wed, 3 Jun 2020 15:39:10 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="wlmTFbB4"; dkim-atps=neutral Received: from emerald.amanokami.net (fs76eef344.knge213.ap.nuro.jp [118.238.243.68]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 65C3D2A4; Wed, 3 Jun 2020 15:39:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1591191549; bh=OWF8yKCTdWEv+vPKfoo87EkGWGyPtpLAEG0sZJXlSmc=; h=From:To:Cc:Subject:Date:From; b=wlmTFbB436Hc3N9CwoHASJi5KaNOdDLOCn/k+NbrshgFqDXMeE6CMnKhrl20tMJtn qNtxbXfVWwYs3blnV/CDQAJ5MAyNf4iphdU4d5x7M/nPyxNe559Q015mGbMm8ZURgg S0h8iIB32FsaNnBiWBjoZzI5+H8w26xb9Ns2yWls= From: Paul Elder To: libcamera-devel@lists.libcamera.org Date: Wed, 3 Jun 2020 22:38:47 +0900 Message-Id: <20200603133847.12481-1-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] libcamera: ipa_context_wrapper: Fix typo in comments 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: , X-List-Received-Date: Wed, 03 Jun 2020 13:39:10 -0000 Fix a typo in a comment in ipa_context_wrapper.cpp. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart --- src/libcamera/ipa_context_wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/ipa_context_wrapper.cpp b/src/libcamera/ipa_context_wrapper.cpp index bcdc55c2..054aa6ba 100644 --- a/src/libcamera/ipa_context_wrapper.cpp +++ b/src/libcamera/ipa_context_wrapper.cpp @@ -282,7 +282,7 @@ void IPAContextWrapper::queue_frame_action(void *ctx, unsigned int frame, #ifndef __DOXYGEN__ /* - * This construct confuses Doygen and makes it believe that all members of the + * This construct confuses Doxygen and makes it believe that all members of the * operations is a member of IPAInterfaceWrapper. It must thus be hidden. */ const struct ipa_callback_ops IPAContextWrapper::callbacks_ = {