summaryrefslogtreecommitdiff
path: root/poll
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2013-01-23 18:10:30 +0000
committerGreg Ames <gregames@apache.org>2013-01-23 18:10:30 +0000
commitcb233523f9bad453c7437950aa5bade3efb019bd (patch)
tree152782280bc3ef5681bdde24527f2343f154844b /poll
parent1e6323bea8d6f6b9bd66ed3637eba5d74def0760 (diff)
downloadapr-cb233523f9bad453c7437950aa5bade3efb019bd.tar.gz
no functional change, just flesh out the comment
git-svn-id: https://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);