Skip to content

Commit

Permalink
clarify text
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 19, 2016
1 parent 147149f commit eaea54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/channel.c
Expand Up @@ -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
Expand Down

0 comments on commit eaea54b

Please sign in to comment.