diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-02-25 04:05:05 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-03-05 01:45:52 +0200 |
commit | 38f7c2af27aa4357cbeb57d4ab716c82067d5a89 (patch) | |
tree | 8e6b69e21edc58ff4f8ce814d180c07e6465c31a | |
parent | 43f051196272c86e7265f24167f3694157501747 (diff) |
libcamera: media_device: Fix typo
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
-rw-r--r-- | src/libcamera/media_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/media_device.cpp b/src/libcamera/media_device.cpp index de18d572..8987de12 100644 --- a/src/libcamera/media_device.cpp +++ b/src/libcamera/media_device.cpp @@ -50,7 +50,7 @@ LOG_DEFINE_CATEGORY(MediaDevice) * entity to entity through pads and links as exposed by the corresponding * classes. * - * Media device can be claimed for exclusive use with acquire(), released with + * Media devices can be claimed for exclusive use with acquire(), released with * release() and tested with busy(). This mechanism is aimed at pipeline * managers to claim media devices they support during enumeration. */ |