libcamera: file_descriptor: Remove spurious 'is'

Remove a spurious 'is' is a comment block.

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Umang Jain <email@uajain.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Jacopo Mondi
2020-10-01 14:38:07 +02:00
parent bb6167873e
commit 6193e9c252

View File

@@ -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.
*