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,