diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-11-24 18:53:26 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-12-01 15:15:35 +0200 |
commit | ed895fd0d53c8ee174e2c662f69b1e376621ca7f (patch) | |
tree | a3a9be1506c5b1a6d5f4d1db68b2af59bc63a5d2 /src/qcam | |
parent | f4fae10b4787694ab05f0427ce08dac5cdd3a4e1 (diff) |
qcam: main: Fix comment incorrectly referring to the cam application
The top file description comment was incorrectly copied from the cam
application. Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/qcam')
-rw-r--r-- | src/qcam/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcam/main.cpp b/src/qcam/main.cpp index f60d3cef..5505a5d8 100644 --- a/src/qcam/main.cpp +++ b/src/qcam/main.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2019, Google Inc. * - * main.cpp - cam - The libcamera swiss army knife + * main.cpp - qcam - The libcamera GUI test application */ #include <signal.h> |