From 75fc9447382a22260e98a7950859e0adb379d595 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 13 Aug 2024 15:14:29 +0100 Subject: libcamera: pipeline: simple: Fix typos in match routing comment Fix a small typo in the comment regarding the default routing table configuration. Signed-off-by: Kieran Bingham Reviewed-by: Milan Zamazal Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/libcamera/pipeline/simple/simple.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp index 1e7ec7d9..6f5682cd 100644 --- a/src/libcamera/pipeline/simple/simple.cpp +++ b/src/libcamera/pipeline/simple/simple.cpp @@ -1616,8 +1616,8 @@ bool SimplePipelineHandler::match(DeviceEnumerator *enumerator) if (subdev->caps().hasStreams()) { /* * Reset the routing table to its default state - * to make sure entities are enumerate according - * to the defaul routing configuration. + * to make sure entities are enumerated according + * to the default routing configuration. */ ret = resetRoutingTable(subdev.get()); if (ret) { -- cgit v1.2.1