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 <kieran.bingham@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham
2024-08-13 15:14:29 +01:00
parent 935f6ff267
commit 75fc944738
+2 -2
View File
@@ -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) {