summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mediactl.c2
-rw-r--r--src/mediactl.h2
-rw-r--r--src/v4l2subdev.c2
-rw-r--r--src/v4l2subdev.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mediactl.c b/src/mediactl.c
index 7c3adbe..82ede25 100644
--- a/src/mediactl.c
+++ b/src/mediactl.c
@@ -1,5 +1,5 @@
/*
- * Media controller test application
+ * Media controller interface library
*
* Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@ideasonboard.com>
*
diff --git a/src/mediactl.h b/src/mediactl.h
index 937b918..65ad890 100644
--- a/src/mediactl.h
+++ b/src/mediactl.h
@@ -1,5 +1,5 @@
/*
- * Media controller test application
+ * Media controller interface library
*
* Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@ideasonboard.com>
*
diff --git a/src/v4l2subdev.c b/src/v4l2subdev.c
index 13d1cfe..38dcdda 100644
--- a/src/v4l2subdev.c
+++ b/src/v4l2subdev.c
@@ -1,5 +1,5 @@
/*
- * Media controller test application
+ * V4L2 subdev interface library
*
* Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@ideasonboard.com>
*
diff --git a/src/v4l2subdev.h b/src/v4l2subdev.h
index 5975848..160ee43 100644
--- a/src/v4l2subdev.h
+++ b/src/v4l2subdev.h
@@ -1,5 +1,5 @@
/*
- * Media controller test application
+ * V4L2 subdev interface library
*
* Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@ideasonboard.com>
*