Browse Source

dispatcher: better phrasing of comment in the code

Daniel-Constantin Mierla 10 years ago
parent
commit
d035d0fe5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/dispatcher/dispatch.c

+ 1 - 1
modules/dispatcher/dispatch.c

@@ -417,7 +417,7 @@ err:
 
 /**
  * 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
  */