libcamera: ipa_module: Fix typo in function description

Signed-off-by: Marvin Schmidt <marvin.schmidt1987@gmail.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Marvin Schmidt 2020-06-05 10:26:17 +02:00 committed by Kieran Bingham
parent 46b3402b59
commit 99e8f21926

View file

@ -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] pipe Pipeline handler to match with
* \param[in] minVersion Minimum acceptable version of IPA module * \param[in] minVersion Minimum acceptable version of IPA module
* \param[in] maxVersion Maximum acceptable version of IPA module * \param[in] maxVersion Maximum acceptable version of IPA module