浏览代码

Fix an apostrophe in a comment

Nick Mathewson 15 年之前
父节点
当前提交
04231a2ebe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/compat_libevent.c

+ 1 - 1
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.