aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.c
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-05-12 00:27:19 -0700
committerRobert Ransom <rransom.8774@gmail.com>2011-05-12 00:27:19 -0700
commitcb9df5e53c169efc0ec1ccbfeea4c8d2878b1a39 (patch)
treec9e01b731d6d72adce8df48880a4777e76621582 /src/common/compat_libevent.c
parentb7452dcbcb2f086e3fd7daf0c31b95d9e777190a (diff)
downloadtor-cb9df5e53c169efc0ec1ccbfeea4c8d2878b1a39.tar
tor-cb9df5e53c169efc0ec1ccbfeea4c8d2878b1a39.tar.gz
Fix comment typo
Diffstat (limited to 'src/common/compat_libevent.c')
-rw-r--r--src/common/compat_libevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c
index 3ad9be145..6d89be804 100644
--- a/src/common/compat_libevent.c
+++ b/src/common/compat_libevent.c
@@ -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);