[libcamera-devel] [PATCH 2/3] qcam: main: Fix comment incorrectly referring to the cam application
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Tue Nov 24 18:43:41 CET 2020
The top file description comment was incorrectly copied from the cam
application. Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
src/qcam/main.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/qcam/main.cpp b/src/qcam/main.cpp
index f60d3cef0ecb..5505a5d88ef6 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>
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list