Fix some incorrect comments.
authorCarl Hetherington <cth@carlh.net>
Sun, 24 Apr 2022 19:29:15 +0000 (21:29 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 24 Apr 2022 19:40:21 +0000 (21:40 +0200)
src/dcp.h

index 6e50c48eb3d94c967fd9246795168e61d66bfc1e..dd357f4848c3fd89890f9f4f231657e474725661 100644 (file)
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -145,8 +145,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
         */