From: Roger Dingledine Date: Sun, 24 May 2009 21:01:02 +0000 (-0400) Subject: fix a comment X-Git-Tag: tor-0.2.2.1-alpha~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a4b0446b094382d3f0833e0e1217671c9946697;p=thirdparty%2Ftor.git fix a comment --- diff --git a/src/or/main.c b/src/or/main.c index b151b1f666..61e9d9f6a7 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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)