summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Hurst <jhurst@cinecert.com>2020-01-09 09:48:46 -0800
committerGitHub <noreply@github.com>2020-01-09 09:48:46 -0800
commite187a605257a3ff9d8a84d23003a9f2bd13a12ac (patch)
tree0de32421725af882bc7428ce6fd2581e469d2e65 /src
parent4f604322588faf1b57e4b0bdc09c67c556b308b8 (diff)
parent0e18995c6a3eab16ddb428d6e5f734e88ae7c131 (diff)
Merge pull request #23 from DolbyLaboratories/dolby/fix_typo_comment_rp2057
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/AS_02.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02.h b/src/AS_02.h
index 502a236..61a2c1e 100644
--- a/src/AS_02.h
+++ b/src/AS_02.h
@@ -530,7 +530,7 @@ namespace AS_02
// error occurs.
Result_t WriteFrame(const ASDCP::FrameBuffer&, ASDCP::AESEncContext* = 0, ASDCP::HMACContext* = 0);
- // Writes an XML text document to the MXF file as per RP 2067. If the
+ // Writes an XML text document to the MXF file as per RP 2057. If the
// optional AESEncContext argument is present, the document is encrypted
// prior to writing. Fails if the file is not open, is finalized, or an
// operating system error occurs.