diff libpurple/eventloop.h @ 15936:b449dc6b8a20

A little doxygen love and some tiny gaim->purpleisms
author Mark Doliner <mark@kingant.net>
date Mon, 26 Mar 2007 05:28:57 +0000
parents 32c366eeeb99
children 516f14bef90e
line wrap: on
line diff
--- a/libpurple/eventloop.h	Mon Mar 26 04:59:53 2007 +0000
+++ b/libpurple/eventloop.h	Mon Mar 26 05:28:57 2007 +0000
@@ -138,7 +138,7 @@
  * implement the input_get_error UI op.
  *
  * @param fd        The input file descriptor.
- * @param errno		A pointer to an int which on return will have the error, or 0 if no error.
+ * @param error		A pointer to an int which on return will have the error, or 0 if no error.
  *
  * @return 0 if there is no error; -1 if there is an error, in which case errno will be set.
  */