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:29:15 +0000 (21:29 +0200)
src/dcp.h

index 1e92512af6d5a2e718dc5d7765315232f50eb146..c3f4e0fdf116399087c079e4d89d22bd3d60bcf9 100644 (file)
--- 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
         */