diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2015-09-30 08:23:16 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2015-09-30 08:23:16 +0200 |
commit | 844e85ad0dfcd6670a1283fd43f4514407a53822 (patch) | |
tree | 3d24bdbd78f60e5e2143cc089770b890f3d488d4 /include/scoreboard.h | |
parent | mod_mpm_eventopt is no more, so remove reference to it (diff) | |
download | apache2-844e85ad0dfcd6670a1283fd43f4514407a53822.tar.xz apache2-844e85ad0dfcd6670a1283fd43f4514407a53822.zip |
Synch 2.4.x and trunk.
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
Diffstat (limited to 'include/scoreboard.h')
-rw-r--r-- | include/scoreboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scoreboard.h b/include/scoreboard.h index bc820b5400..f5cf939de7 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -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. |