diff options
author | brianp <brianp@13f79535-47bb-0310-9956-ffa450edef68> | 2002-08-06 23:51:37 +0000 |
---|---|---|
committer | brianp <brianp@13f79535-47bb-0310-9956-ffa450edef68> | 2002-08-06 23:51:37 +0000 |
commit | bee0c5ded1f9b070f69845435faa475760ff83ec (patch) | |
tree | f305950306ab715ad50c3baa927c6abe495a1c85 | |
parent | 808cc791ab8968fcf38638e8b4053b1380f5f15d (diff) | |
download | libapr-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
-rw-r--r-- | include/apr_poll.h | 2 |
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> |