summaryrefslogtreecommitdiff
path: root/include/scoreboard.h
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2015-09-30 06:23:16 +0000
committerChristophe Jaillet <jailletc36@apache.org>2015-09-30 06:23:16 +0000
commit844e85ad0dfcd6670a1283fd43f4514407a53822 (patch)
tree3d24bdbd78f60e5e2143cc089770b890f3d488d4 /include/scoreboard.h
parent767eeeba2a0dbea022d6258f3d4819f6a83d6b16 (diff)
downloadhttpd-844e85ad0dfcd6670a1283fd43f4514407a53822.tar.gz
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.h2
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.