summaryrefslogtreecommitdiff
path: root/poll
diff options
context:
space:
mode:
authorgregames <gregames@13f79535-47bb-0310-9956-ffa450edef68>2013-01-23 18:10:30 +0000
committergregames <gregames@13f79535-47bb-0310-9956-ffa450edef68>2013-01-23 18:10:30 +0000
commitf7ca3983a0f41e8d0eb71f3284997008e4312a90 (patch)
tree152782280bc3ef5681bdde24527f2343f154844b /poll
parentb71f646a8cee4469eec8e64122f32dc1bf414905 (diff)
downloadlibapr-f7ca3983a0f41e8d0eb71f3284997008e4312a90.tar.gz
no functional change, just flesh out the comment
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1437607 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poll')
-rw-r--r--poll/unix/z_asio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll/unix/z_asio.c b/poll/unix/z_asio.c
index 3f4bec579..6d58fa118 100644
--- a/poll/unix/z_asio.c
+++ b/poll/unix/z_asio.c
@@ -511,7 +511,7 @@ static apr_status_t asio_pollset_remove(apr_pollset_t *pollset,
cancel_a.aio_cflags2 = 0;
/* we want the original aiocb to show up on the pollset message queue
- * to eliminate race conditions
+ * before recycling its memory to eliminate race conditions
*/
rv = asyncio(&cancel_a);