diff options
author | teor <teor@torproject.org> | 2019-04-03 13:40:06 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-05 12:17:21 +1000 |
commit | da678213e00cfe54ccc80286bed2b36603bba115 (patch) | |
tree | bba796adf3d4a11a7a3b9b114cf7e740c250b967 /src/test/test_circuitpadding.c | |
parent | 387d9448de4c5044800706b4ed21b48b4426cb7e (diff) | |
download | tor-da678213e00cfe54ccc80286bed2b36603bba115.tar.gz tor-da678213e00cfe54ccc80286bed2b36603bba115.zip |
circuitpadding: comment fixes
Diffstat (limited to 'src/test/test_circuitpadding.c')
-rw-r--r-- | src/test/test_circuitpadding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_circuitpadding.c b/src/test/test_circuitpadding.c index ed048ab968..09a4c9a0ca 100644 --- a/src/test/test_circuitpadding.c +++ b/src/test/test_circuitpadding.c @@ -576,7 +576,7 @@ test_circuitpadding_token_removal_higher(void *arg) } } - /* Check that all lowe bins are not touched */ + /* Check that all lower bins are not touched */ for (i=0; i < 4 ; i++) { tt_int_op(mi->histogram[i], OP_EQ, 2); } |