From: Robert Ransom Date: Thu, 12 May 2011 07:27:19 +0000 (-0700) Subject: Fix comment typo X-Git-Tag: tor-0.2.2.28-beta~8^2~5^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb9df5e53c169efc0ec1ccbfeea4c8d2878b1a39;p=thirdparty%2Ftor.git Fix comment typo --- diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c index 3ad9be145d..6d89be804b 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);