Selaa lähdekoodia

dispatcher: better phrasing of comment in the code

Daniel-Constantin Mierla 10 vuotta sitten
vanhempi
commit
d035d0fe5e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
  * 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
  *   destination address to be used. The Nth call will use
  *   the address with the index at possition N%100
  *   the address with the index at possition N%100
  */
  */