libcamera: pipeline: ipu3: Fix typos

Fix two simple typos.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Fricke <sebastian.fricke@posteo.net>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2021-03-28 23:08:39 +03:00
parent 299e8ef563
commit e7d367bf65

View file

@ -869,7 +869,7 @@ bool PipelineHandlerIPU3::match(DeviceEnumerator *enumerator)
int PipelineHandlerIPU3::initControls(IPU3CameraData *data) int PipelineHandlerIPU3::initControls(IPU3CameraData *data)
{ {
/* /*
* \todo The constrols intialized here depend on sensor configuration * \todo The controls initialized here depend on sensor configuration
* and their limits should be updated once the configuration gets * and their limits should be updated once the configuration gets
* changed. * changed.
* *