summaryrefslogtreecommitdiff
path: root/src/libcamera/file_descriptor.cpp
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2020-10-01 14:38:07 +0200
committerJacopo Mondi <jacopo@jmondi.org>2020-10-07 10:12:28 +0200
commit6193e9c25277c8fd16bb0475c640cc29104115de (patch)
tree2769472cf44924667c2c3f18c2b6eab3de513a14 /src/libcamera/file_descriptor.cpp
parentbb6167873ee309da12ed71c7943d54823e4b6709 (diff)
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>
Diffstat (limited to 'src/libcamera/file_descriptor.cpp')
-rw-r--r--src/libcamera/file_descriptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/file_descriptor.cpp b/src/libcamera/file_descriptor.cpp
index 640e66e6..8b505ed3 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.
*