You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2007/02/21 14:37:06 UTC

svn commit: r510007 - /apr/apr/trunk/include/apr_poll.h

Author: jorton
Date: Wed Feb 21 05:37:05 2007
New Revision: 510007

URL: http://svn.apache.org/viewvc?view=rev&rev=510007
Log:
* include/apr_poll.h: Style and spelling tweak.

Modified:
    apr/apr/trunk/include/apr_poll.h

Modified: apr/apr/trunk/include/apr_poll.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_poll.h?view=diff&rev=510007&r1=510006&r2=510007
==============================================================================
--- apr/apr/trunk/include/apr_poll.h (original)
+++ apr/apr/trunk/include/apr_poll.h Wed Feb 21 05:37:05 2007
@@ -226,12 +226,12 @@
                                             apr_pollfd_t *descriptor);
 
 /** Function prototype for pollcb handlers 
- * @param baton Opaque baotn passed into apr_pollcb_poll
+ * @param baton Opaque baton passed into apr_pollcb_poll
  * @param descriptor Contains the notification for an active descriptor, 
  *                   the rtnevents member contains what events were triggered
  *                   for this descriptor.
  */
-typedef apr_status_t(*apr_pollcb_cb_t)(void* baton, apr_pollfd_t *descriptor);
+typedef apr_status_t (*apr_pollcb_cb_t)(void *baton, apr_pollfd_t *descriptor);
 
 /**
  * Block for activity on the descriptor(s) in a pollcb