summaryrefslogtreecommitdiff
path: root/include/apr_poll.h
diff options
context:
space:
mode:
authorbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-08-06 23:51:37 +0000
committerbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-08-06 23:51:37 +0000
commitbee0c5ded1f9b070f69845435faa475760ff83ec (patch)
treef305950306ab715ad50c3baa927c6abe495a1c85 /include/apr_poll.h
parent808cc791ab8968fcf38638e8b4053b1380f5f15d (diff)
downloadlibapr-bee0c5ded1f9b070f69845435faa475760ff83ec.tar.gz
Fixed a comment to accurately reflect what the "clear" function does
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63800 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_poll.h')
-rw-r--r--include/apr_poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_poll.h b/include/apr_poll.h
index 672ede10b..fbb3060d2 100644
--- a/include/apr_poll.h
+++ b/include/apr_poll.h
@@ -187,7 +187,7 @@ APR_DECLARE(apr_status_t) apr_poll_socket_remove(apr_pollfd_t *aprset,
apr_socket_t *sock);
/**
- * Remove all sockets from the poll structure.
+ * Clear all events in the poll structure.
* @param aprset The poll structure we will be using.
* @param events The events to clear from all sockets. One of:
* <PRE>