aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-10-15 12:39:23 -0400
committerNick Mathewson <nickm@torproject.org>2010-10-15 12:39:23 -0400
commit04231a2ebef4984a5c288eac46dd8a3037541c02 (patch)
treea3f37f6718a877eb84e025d5e52f30e4ad2129a5 /src/common/compat_libevent.c
parent36c5476e7081776fc33bcc3ce1f261666985f5da (diff)
downloadtor-04231a2ebef4984a5c288eac46dd8a3037541c02.tar
tor-04231a2ebef4984a5c288eac46dd8a3037541c02.tar.gz
Fix an apostrophe in a comment
Diffstat (limited to 'src/common/compat_libevent.c')
-rw-r--r--src/common/compat_libevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c
index a52178020..a524c9831 100644
--- a/src/common/compat_libevent.c
+++ b/src/common/compat_libevent.c
@@ -341,7 +341,7 @@ tor_check_libevent_version(const char *m, int server,
version = tor_get_libevent_version(&v);
/* It would be better to disable known-buggy methods than to simply
- warn about them. However, it's not trivial to get libevent to change it's
+ warn about them. However, it's not trivial to get libevent to change its
method once it's initialized, and it's not trivial to tell what method it
will use without initializing it.