diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-14 14:05:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-14 14:05:50 -0400 |
commit | 9201bbd96ce15889ddd7ccef8492cd22e2d26634 (patch) | |
tree | e0cd9cb59a774f1f20047c0eb2c659d97eab157d /src | |
parent | 78f4e292192b3a5750b8801c836b512fe7b26ead (diff) | |
download | tor-9201bbd96ce15889ddd7ccef8492cd22e2d26634.tar.gz tor-9201bbd96ce15889ddd7ccef8492cd22e2d26634.zip |
Replace a unicode character which doxygen cannot handle.
Merging without review, as this is an editorial fix in a comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/or/circuitpadding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/circuitpadding.h b/src/core/or/circuitpadding.h index e9eb32c618..683ac95de7 100644 --- a/src/core/or/circuitpadding.h +++ b/src/core/or/circuitpadding.h @@ -301,7 +301,7 @@ typedef struct circpad_state_t { * | | | | | | | * | | | | | | | * 0 +----+----+-----+-----+---------+---------------+ - * 0 100 200 350 500 1000 ∞ microseconds + * 0 100 200 350 500 1000 inf microseconds * * would be specified the following way: * histogram_len = 6; |