summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-17 16:58:26 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-17 16:58:26 +0000
commit394abae7986abf4438184a712f16dfbe3c2734da (patch)
treeaddc4d60dfd4fad8083b2176b9163ced819dcde8
parent120bc84676be775e49a2ac94689ff33dce814f53 (diff)
Comments.
-rw-r--r--libdcp.pc.in2
-rw-r--r--src/dcp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libdcp.pc.in b/libdcp.pc.in
index 0dcc6ca2..0f3239b7 100644
--- a/libdcp.pc.in
+++ b/libdcp.pc.in
@@ -3,7 +3,7 @@ libdir=@libdir@
includedir=@includedir@
Name: libdcp
-Description: DCP creation library
+Description: DCP reading and writing library
Version: @version@
Requires: sigc++-2.0 openssl libxml++-2.6 xmlsec1
Libs: @libs@
diff --git a/src/dcp.h b/src/dcp.h
index 59790f09..45ccce88 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -18,7 +18,7 @@
*/
/** @file src/dcp.h
- * @brief A class to create a DCP.
+ * @brief A class to create or read a DCP.
*/
#ifndef LIBDCP_DCP_H