[sr-dev] git:master:d035d0fe: dispatcher: better phrasing of comment in the code

Daniel-Constantin Mierla miconda at gmail.com
Mon Dec 15 23:12:12 CET 2014


Module: kamailio
Branch: master
Commit: d035d0fe5e6f8298c7973432216ee0ba16840124
URL: https://github.com/kamailio/kamailio/commit/d035d0fe5e6f8298c7973432216ee0ba16840124

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2014-12-15T23:11:42+01:00

dispatcher: better phrasing of comment in the code

---

Modified: modules/dispatcher/dispatch.c

---

Diff:  https://github.com/kamailio/kamailio/commit/d035d0fe5e6f8298c7973432216ee0ba16840124.diff
Patch: https://github.com/kamailio/kamailio/commit/d035d0fe5e6f8298c7973432216ee0ba16840124.patch

---

diff --git a/modules/dispatcher/dispatch.c b/modules/dispatcher/dispatch.c
index 434593a..c17d7a3 100644
--- a/modules/dispatcher/dispatch.c
+++ b/modules/dispatcher/dispatch.c
@@ -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
  */




More information about the sr-dev mailing list