浏览代码

dispatcher: better phrasing of comment in the code

Daniel-Constantin Mierla 10 年之前
父节点
当前提交
d035d0fe5e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
  */