diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-06 20:31:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-06 20:31:50 -0500 |
commit | f6a3d213e4ace95bbe0361878705d9a889f92974 (patch) | |
tree | 152bbbf1561952cefb7821b5bc9bf023f2baef42 | |
parent | def41e93bdcce741c7eb87a06690fb36a133b8bb (diff) | |
download | tor-f6a3d213e4ace95bbe0361878705d9a889f92974.tar.gz tor-f6a3d213e4ace95bbe0361878705d9a889f92974.zip |
Finish a sentence in a comment. Close 20576.
-rw-r--r-- | src/or/protover.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/protover.c b/src/or/protover.c index a6a5d18f36..4d7e9f64ca 100644 --- a/src/or/protover.c +++ b/src/or/protover.c @@ -12,7 +12,8 @@ * on the supported protocol versions for each relay, and also vote on the * which protocols you should have to support in order to be on the Tor * network. All Tor instances use these required/recommended protocol versions - * to + * to tell what level of support for recent protocols each relay has, and + * to decide whether they should be running given their current protocols. * * The main advantage of these protocol versions numbers over using Tor * version numbers is that they allow different implementations of the Tor |