From: Nick Mathewson Date: Tue, 25 Feb 2014 15:23:38 +0000 (-0500) Subject: Trivial comment fix. X-Git-Tag: tor-0.2.5.3-alpha~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8e3c1672d8ca0874445cddd8dddcf61bf029b7d;p=thirdparty%2Ftor.git Trivial comment fix. --- diff --git a/src/common/backtrace.c b/src/common/backtrace.c index 3db2d6c235..239c65782b 100644 --- a/src/common/backtrace.c +++ b/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 stack of depth depth so that it will