From: Alan T. DeKok Date: Mon, 19 Dec 2016 16:17:11 +0000 (-0500) Subject: clarify text X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaea54be7656f4249e512a8ac5acaabdfe5c8860;p=thirdparty%2Ffreeradius-server.git clarify text --- diff --git a/src/util/channel.c b/src/util/channel.c index 5e058399192..a57ba5ab3db 100644 --- a/src/util/channel.c +++ b/src/util/channel.c @@ -135,9 +135,9 @@ typedef struct fr_channel_t { * * @param[in] ctx the talloc_ctx for the channel * @param[in] kq_master the KQ of the master - * @param[in] aq_master the atomic of the master, where control data will be sent + * @param[in] aq_master the atomic queue of the master, where control data will be sent * @param[in] kq_worker the KQ of the worker - * @param[in] aq_worker the atomic of the worker, where control data will be sent + * @param[in] aq_worker the atomic queue of the worker, where control data will be sent * @return * - NULL on error * - channel on success