summaryrefslogtreecommitdiff
path: root/src/libcamera/stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/stream.cpp')
-rw-r--r--src/libcamera/stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp
index f34348f2..8e782347 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)