diff options
author | teor <teor@torproject.org> | 2020-02-10 15:58:25 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-02-10 15:58:25 +1000 |
commit | 5e6021bdaeaf5d49cb3854a7a3d336849650ad10 (patch) | |
tree | e778ba0275d5685268e50a319e73847f6d188c75 /src | |
parent | 21f45197a2f39ed1899a23e40916f35ccfa75a2a (diff) | |
download | tor-5e6021bdaeaf5d49cb3854a7a3d336849650ad10.tar.gz tor-5e6021bdaeaf5d49cb3854a7a3d336849650ad10.zip |
stats: Fix a function comment typo in rephist.c
Comment-only change.
Diffstat (limited to 'src')
-rw-r--r-- | src/feature/stats/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/stats/rephist.c b/src/feature/stats/rephist.c index b2817ee760..d229c755b4 100644 --- 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) |