diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-06 12:04:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-06 12:04:04 -0400 |
commit | 80e2896d52981579042cc906766bc0444da7a1d3 (patch) | |
tree | b8dc1ca8188847f0fc65e077bcd3f64864e92a6a | |
parent | 7410adb330ae71ee70a63dfb76a3c446ff9e28f4 (diff) | |
download | tor-80e2896d52981579042cc906766bc0444da7a1d3.tar.gz tor-80e2896d52981579042cc906766bc0444da7a1d3.zip |
comment tweak. Fixes 20271. patch from pastly.
-rw-r--r-- | src/or/dirvote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 8b195f8914..2c10e784b4 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -901,7 +901,7 @@ networkstatus_compute_bw_weights_v10(smartlist_t *chunks, int64_t G, } /* - * Computed from cases in 3.4.3 of dir-spec.txt + * Computed from cases in 3.8.3 of dir-spec.txt * * 1. Neither are scarce * 2. Both Guard and Exit are scarce |