Synch 2.4.x and trunk.
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Sep 2015 06:23:16 +0000 (06:23 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Sep 2015 06:23:16 +0000 (06:23 +0000)
Remove part of a comment that is not really useful. The type of the variables in the code (i.e. "worker_score *dest" and "worker_score *ws") is already explicit.

This part of the comment was not backported in r1610499.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705969 13f79535-47bb-0310-9956-ffa450edef68

include/scoreboard.h

index bc820b5400b769c1a41429d74d77bb1cd68c54ed..f5cf939de7b2a6b83bfeb1da9225056ec8df7ba8 100644 (file)
@@ -195,7 +195,7 @@ AP_DECLARE(worker_score *) ap_get_scoreboard_worker_from_indexes(int child_num,
 
 /** Copy the contents of a worker scoreboard entry.  The contents of
  * the worker_score structure are copied verbatim into the dest
- * structure, which must have sizeof(worker_score).
+ * structure.
  * @param dest Output parameter.
  * @param child_num The child number.
  * @param thread_num The thread number.