]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix
authorRoger Dingledine <arma@torproject.org>
Sun, 23 Mar 2014 04:12:40 +0000 (00:12 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 23 Mar 2014 04:12:40 +0000 (00:12 -0400)
src/common/crypto.c

index 80d835131b57a4b81f0ce6b9496bacdf7accab4f..12a695b9cbcb7408d64787e5c7455dcefa6974b7 100644 (file)
@@ -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;