Fix comment typo

This commit is contained in:
Robert Ransom 2011-05-12 00:27:19 -07:00
parent b7452dcbcb
commit cb9df5e53c

View file

@ -48,7 +48,7 @@ typedef uint32_t le_version_t;
* it is. */
#define LE_OLD V(0,0,0)
/** Represents a version of libevent so weird we can't figure out what version
* it it. */
* it is. */
#define LE_OTHER V(0,0,99)
static le_version_t tor_get_libevent_version(const char **v_out);