]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix comment typo
authorRobert Ransom <rransom.8774@gmail.com>
Thu, 12 May 2011 07:27:19 +0000 (00:27 -0700)
committerRobert Ransom <rransom.8774@gmail.com>
Thu, 12 May 2011 07:27:19 +0000 (00:27 -0700)
src/common/compat_libevent.c

index 3ad9be145d5dc250ca8235e918243ee08c716bfb..6d89be804bfdd233106423ad679a1705eb7ebee5 100644 (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);