浏览代码

Trivial comment fix.

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

+ 1 - 1
src/common/backtrace.c

@@ -49,7 +49,7 @@ static char *bt_version = NULL;
 /** Static allocation of stack to dump. This is static so we avoid stack
  * pressure. */
 static void *cb_buf[MAX_DEPTH];
-/** Protects cb_buf_mutex from concurrent access */
+/** Protects cb_buf from concurrent access */
 static tor_mutex_t cb_buf_mutex;
 
 /** Change a stacktrace in <b>stack</b> of depth <b>depth</b> so that it will