mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Fix comment typo
This commit is contained in:
parent
b7452dcbcb
commit
cb9df5e53c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue