[tor-commits] [tor/master] Fix comment typo

nickm at torproject.org nickm at torproject.org
Mon May 23 05:22:49 UTC 2011


commit cb9df5e53c169efc0ec1ccbfeea4c8d2878b1a39
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Thu May 12 00:27:19 2011 -0700

    Fix comment typo
---
 src/common/compat_libevent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c
index 3ad9be1..6d89be8 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);





More information about the tor-commits mailing list