]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a comment
authorRoger Dingledine <arma@torproject.org>
Sun, 24 May 2009 21:01:02 +0000 (17:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 25 May 2009 00:31:50 +0000 (20:31 -0400)
src/or/main.c

index b151b1f6663906dd54c885f94d12af94b231421d..61e9d9f6a7c788f675f1574da929997db9cd6a28 100644 (file)
@@ -774,7 +774,7 @@ run_connection_housekeeping(int i, time_t now)
   }
 }
 
-/** Honor a NEWNYM request: make future requests unlinkability to past
+/** Honor a NEWNYM request: make future requests unlinkable to past
  * requests. */
 static void
 signewnym_impl(time_t now)