aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-16 18:10:24 -0400
committerNick Mathewson <nickm@torproject.org>2011-03-16 18:10:24 -0400
commit1db6eb6cb7db46d8dde482f629fbc1c578310d52 (patch)
treeb8913134d76ef66246b140b478a5651680873580 /src/common/compat_libevent.c
parentb1b6552251c87db6c4fd226add8ae8bdb9327981 (diff)
parent9dfa244484ff9c52d545daa620e034b4d03f969c (diff)
downloadtor-1db6eb6cb7db46d8dde482f629fbc1c578310d52.tar
tor-1db6eb6cb7db46d8dde482f629fbc1c578310d52.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'src/common/compat_libevent.c')
-rw-r--r--src/common/compat_libevent.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c
index 5305ee9fb..48a5b326c 100644
--- a/src/common/compat_libevent.c
+++ b/src/common/compat_libevent.c
@@ -252,9 +252,9 @@ tor_libevent_get_method(void)
#endif
}
-/** Return the le_version_t for the current version of libevent. If the
- * version is very new, return LE_OTHER. If the version is so old that it
- * doesn't support event_get_version(), return LE_OLD. DOCDOC */
+/** Return the le_version_t for the version of libevent specified in the
+ * string <b>v</b>. If the version is very new or uses an unrecognized
+ * version, format, return LE_OTHER. */
static le_version_t
tor_decode_libevent_version(const char *v)
{
@@ -304,7 +304,7 @@ le_versions_compatibility(le_version_t v)
}
/** Return the version number of the currently running version of Libevent.
- See le_version_t for info on the format.
+ * See le_version_t for info on the format.
*/
static le_version_t
tor_get_libevent_version(const char **v_out)