From 225b20f81f666efdc638a6ffde06dc6fe2d4c018 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 26 Jun 2024 12:50:43 -0400 Subject: [PATCH] MT#55283 clarify in-line comment slightly Change-Id: Ide94d0d2562cda843bea791f9f4721fdf9343452 --- daemon/call.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/call.c b/daemon/call.c index ad9ebee70..f9e652978 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -1529,7 +1529,8 @@ static void __sdes_flags(struct crypto_params_sdes *cps, const sdp_ng_flags *fla /** * Only generates SDES parameters for outgoing SDP, which is our media "out" direction. - * `other` can be NULL. + * `this` is the receiver of the message. + * `other` is the sender and can be NULL. */ __attribute__((nonnull(1, 2))) static void __generate_crypto(const sdp_ng_flags *flags, struct call_media *this,