diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp index f34348f2a..8e782347c 100644 --- a/src/libcamera/stream.cpp +++ b/src/libcamera/stream.cpp @@ -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)