summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-24 21:29:15 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-24 21:29:15 +0200
commit232e17ff2944d4e0dca311be9b1bc703055d71b4 (patch)
tree476d7848f4b7e2299b5860e52bd21f9b89745e28 /src
parentfedc40304c498be386420b714cebbe9aa3b72fb9 (diff)
Fix some incorrect comments.
Diffstat (limited to 'src')
-rw-r--r--src/dcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 1e92512a..c3f4e0fd 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -147,8 +147,8 @@ public:
* @param standand INTEROP or SMPTE
* @param issuer Value for the PKL and AssetMap <Issuer> tags
* @param creator Value for the PKL and AssetMap <Creator> tags
- * @param issue_date Value for the CPL <IssueDate> tags
- * @param annotation_text Value for the CPL <AnnotationText> tags
+ * @param issue_date Value for the PKL and AssetMap <IssueDate> tags
+ * @param annotation_text Value for the PKL and AssetMap <AnnotationText> tags
* @param signer Signer to use
* @param name_format Name format to use for the CPL and PKL filenames
*/