]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
clarify text
authorAlan T. DeKok <aland@freeradius.org>
Mon, 19 Dec 2016 16:17:11 +0000 (11:17 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 19 Dec 2016 16:17:11 +0000 (11:17 -0500)
src/util/channel.c

index 5e05839919265bc0130e3f39ee6fea8874486919..a57ba5ab3dbd683bb131b942b004f4fe15b9df6a 100644 (file)
@@ -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