浏览代码

tweak

svn:r13443
Roger Dingledine 17 年之前
父节点
当前提交
f882a2fc5e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/compat.c

+ 1 - 1
src/common/compat.c

@@ -1701,7 +1701,7 @@ struct tor_mutex_t {
 /* Conditions. */
 #ifdef USE_PTHREADS
 #if 0
-/** Cross-platform condtion implementation. */
+/** Cross-platform condition implementation. */
 struct tor_cond_t {
   pthread_cond_t cond;
 };