summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-10 11:54:49 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-10 11:54:49 +0100
commit4a146d39f54fb5a6261ca6fd7bdf96cfde0bad51 (patch)
treed54b63ee7dff6bf515747dd967a91d8612bf0150 /src
parent608e055d35cd20fcc6734ca600bef3e9d56daca0 (diff)
Comment fix.
Diffstat (limited to 'src')
-rw-r--r--src/dcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 1fa7ae0c..0ff7a9fd 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -62,7 +62,7 @@ class DCP : public boost::noncopyable
{
public:
/** Construct a DCP. You can pass an existing DCP's directory
- * as the parameter, or a non-existant folder to create a new
+ * as the parameter, or an empty folder to create a new
* DCP in.
*
* @param directory Directory containing the DCP's files.