Skip to content

Commit

Permalink
dispatcher: better phrasing of comment in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 15, 2014
1 parent f8d3d4a commit d035d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dispatcher/dispatch.c
Expand Up @@ -417,7 +417,7 @@ int add_dest2list(int id, str uri, int flags, int priority, str *attrs,

/**
* Initialize the weight distribution for a destination set
* - build an array of 0..99 where to keep the index of the
* - fill the array of 0..99 elements where to keep the index of the
* destination address to be used. The Nth call will use
* the address with the index at possition N%100
*/
Expand Down

0 comments on commit d035d0f

Please sign in to comment.