tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 365179cd16b8ccc0986d7a99db2607a95d0932a9
parent c84ab36eff6fcd54ffe9d271aa16e19acddeba54
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 28 Jun 2018 17:21:15 -0400

Fix a bogus n in a comment

Diffstat:
Msrc/lib/container/buffers.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/container/buffers.c b/src/lib/container/buffers.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. -n * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */