]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Trivial comment fix.
authorNick Mathewson <nickm@torproject.org>
Tue, 25 Feb 2014 15:23:38 +0000 (10:23 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 25 Feb 2014 15:23:38 +0000 (10:23 -0500)
src/common/backtrace.c

index 3db2d6c235445628d7be65966359ffaa1f3ee904..239c65782b89614b38d360af71f683c8f768ef8a 100644 (file)
@@ -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