aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-03-23 00:12:40 -0400
committerRoger Dingledine <arma@torproject.org>2014-03-23 00:12:40 -0400
commitd336d407d63638ddd1ae35081cc7e53698cd1b5e (patch)
tree418ba6d380b4ded20caabc9f1ddb3d82845e806a /src
parente4c7fdd48c34b4e8ca237a444f8c4560f5671590 (diff)
downloadtor-d336d407d63638ddd1ae35081cc7e53698cd1b5e.tar
tor-d336d407d63638ddd1ae35081cc7e53698cd1b5e.tar.gz
whitespace fix
Diffstat (limited to 'src')
-rw-r--r--src/common/crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c
index 80d835131..12a695b9c 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -3100,7 +3100,7 @@ openssl_locking_cb_(int mode, int n, const char *file, int line)
(void)file;
(void)line;
if (!openssl_mutexes_)
- /* This is not a really good fix for the
+ /* This is not a really good fix for the
* "release-freed-lock-from-separate-thread-on-shutdown" problem, but
* it can't hurt. */
return;