diff options
-rw-r--r-- | src/libcamera/ipa_module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |