From 99e8f21926d2a9d9adea44e79b1e59f8ca32f1fe Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Fri, 5 Jun 2020 10:26:17 +0200 Subject: libcamera: ipa_module: Fix typo in function description Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/libcamera/ipa_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcamera/ipa_module.cpp') diff --git a/src/libcamera/ipa_module.cpp b/src/libcamera/ipa_module.cpp index 91534b61..045c8fc2 100644 --- a/src/libcamera/ipa_module.cpp +++ b/src/libcamera/ipa_module.cpp @@ -453,7 +453,7 @@ struct ipa_context *IPAModule::createContext() } /** - * \brief Verify if the IPA module maches a given pipeline handler + * \brief Verify if the IPA module matches a given pipeline handler * \param[in] pipe Pipeline handler to match with * \param[in] minVersion Minimum acceptable version of IPA module * \param[in] maxVersion Maximum acceptable version of IPA module -- cgit v1.2.1