[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Trivial comment fix.



commit f8e3c1672d8ca0874445cddd8dddcf61bf029b7d
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Tue Feb 25 10:23:38 2014 -0500

    Trivial comment fix.
---
 src/common/backtrace.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/backtrace.c b/src/common/backtrace.c
index 3db2d6c..239c657 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 <b>stack</b> of depth <b>depth</b> so that it will

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits