From dccadb30cd1ceddb9063ba074ba75bf07575e407 Mon Sep 17 00:00:00 2001 From: Karsten Loesing Date: Tue, 18 Aug 2009 15:53:08 +0200 Subject: Clean up proposal 166 and its implementation. --- src/or/rephist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/rephist.c') diff --git a/src/or/rephist.c b/src/or/rephist.c index a9bf95da1b..3e4ba672d0 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -1336,7 +1336,7 @@ rep_hist_note_bytes_read(size_t num_bytes, time_t when) /* The following data structures are arrays and no fancy smartlists or maps, * so that all write operations can be done in constant time. This comes at * the price of some memory (1.25 MB) and linear complexity when writing - * stats. */ + * stats for measuring relays. */ /** Number of bytes read in current period by exit port */ static uint64_t *exit_bytes_read = NULL; /** Number of bytes written in current period by exit port */ -- cgit v1.2.3-54-g00ecf