From cb9df5e53c169efc0ec1ccbfeea4c8d2878b1a39 Mon Sep 17 00:00:00 2001 From: Robert Ransom Date: Thu, 12 May 2011 00:27:19 -0700 Subject: [PATCH] Fix comment typo --- src/common/compat_libevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);