tor

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

commit 5e6021bdaeaf5d49cb3854a7a3d336849650ad10
parent 21f45197a2f39ed1899a23e40916f35ccfa75a2a
Author: teor <teor@torproject.org>
Date:   Mon, 10 Feb 2020 15:58:25 +1000

stats: Fix a function comment typo in rephist.c

Comment-only change.

Diffstat:
Msrc/feature/stats/rephist.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/stats/rephist.c b/src/feature/stats/rephist.c @@ -1122,7 +1122,7 @@ static bw_array_t *dir_read_array = NULL; directory protocol. */ static bw_array_t *dir_write_array = NULL; -/** Set up [dir-]read_array and [dir-]write_array, freeing them if they +/** Set up [dir_]read_array and [dir_]write_array, freeing them if they * already exist. */ static void bw_arrays_init(void)