[libcamera-devel] [PATCH] libcamera: file_descriptor: Remove spurious 'is'

Umang Jain email at uajain.com
Tue Oct 6 13:58:44 CEST 2020


Hi Jacopo,

Looks like you mail a/c recovered. :)

On 10/6/20 5:26 PM, Jacopo Mondi wrote:
> Remove a spurious 'is' is a comment block.
>
> Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
Reviewed-by: Umang Jain <email at uajain.com>
> ---
>   src/libcamera/file_descriptor.cpp | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libcamera/file_descriptor.cpp b/src/libcamera/file_descriptor.cpp
> index 640e66e6d168..8b505ed3b6b2 100644
> --- a/src/libcamera/file_descriptor.cpp
> +++ b/src/libcamera/file_descriptor.cpp
> @@ -42,7 +42,7 @@ LOG_DEFINE_CATEGORY(FileDescriptor)
>    *   constructor.
>    *
>    * - The FileDescriptor(int &&) constructor takes over the numerical file
> - *   descriptor and wraps it in a Descriptor. The caller is shall not touch the
> + *   descriptor and wraps it in a Descriptor. The caller shall not touch the
>    *   original file descriptor once the function returns, and the value returned
>    *   by fd() will be identical to the value passed to the constructor.
>    *
> --
> 2.28.0
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel



More information about the libcamera-devel mailing list