libcamera: StreamConfiguration: Fix typo in documentation

Fix a typo in the documentation in the StreamConfiguration constructor.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Umang Jain <email@uajain.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Paul Elder 2020-06-16 11:39:28 +09:00
parent 8960ef9715
commit 967f77054c

View file

@ -276,7 +276,7 @@ SizeRange StreamFormats::range(const PixelFormat &pixelformat) const
/**
* \todo This method is deprecated and should be removed once all pipeline
* handlers provied StreamFormats.
* handlers provide StreamFormats.
*/
StreamConfiguration::StreamConfiguration()
: pixelFormat(0), stream_(nullptr)