summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 0ff7a9fd..3d42b92a 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -62,8 +62,8 @@ class DCP : public boost::noncopyable
{
public:
/** Construct a DCP. You can pass an existing DCP's directory
- * as the parameter, or an empty folder to create a new
- * DCP in.
+ * as the parameter; alternatively, directory will be created
+ * if it does not exist.
*
* @param directory Directory containing the DCP's files.
*/