From 6e972dc6cf620e44621911856a9ca100be520d55 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Dec 2025 21:51:13 +0100 Subject: Clarify a comment. --- src/mxf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mxf.h b/src/mxf.h index 933e7afb..8a0d0581 100644 --- a/src/mxf.h +++ b/src/mxf.h @@ -95,9 +95,9 @@ public: return _key_id; } - /** Set the (private) key that will be used to encrypt or decrypt this MXF's content - * This is the top-secret key that is distributed (itself encrypted) to cinemas - * via Key Delivery Messages (KDMs) + /** Set the key that will be used to encrypt or decrypt this MXF's content. + * This is the key that is distributed (itself encrypted) to cinemas via + * Key Delivery Messages (KDMs) * @param key Key to use */ virtual void set_key (Key); -- cgit v1.2.3