Browse Source

whitespace fix

Roger Dingledine 10 years ago
parent
commit
d336d407d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/crypto.c

+ 1 - 1
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;