diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-23 01:23:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-23 01:23:53 -0400 |
commit | 2527acb2dc8b71515ac0c882e3af4fc034ab1b48 (patch) | |
tree | 48bdb4a6919a11fdb337969bb46353701895ad54 /src/common/compat_libevent.c | |
parent | cb7fff193e2749f241e646b155de3ee33623606e (diff) | |
parent | b80a8bba199b9adfb9c893641ba770566fa548e1 (diff) | |
download | tor-2527acb2dc8b71515ac0c882e3af4fc034ab1b48.tar.gz tor-2527acb2dc8b71515ac0c882e3af4fc034ab1b48.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Conflicts:
src/common/Makefile.am
src/or/control.c
Diffstat (limited to 'src/common/compat_libevent.c')
-rw-r--r-- | 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 7924036e61..e0c7e3a2da 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); |