diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-01 02:54:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-01 02:54:13 +0000 |
commit | bde1d5bfb2a6c1c39d51ff807e2d13ce6e8a30ce (patch) | |
tree | 85476a476d64fc8723e0d8495667abad779b1f55 /src/or/rephist.c | |
parent | b3f2a768dbfd3d6b34d0c578b2120dd333af8619 (diff) | |
download | tor-bde1d5bfb2a6c1c39d51ff807e2d13ce6e8a30ce.tar.gz tor-bde1d5bfb2a6c1c39d51ff807e2d13ce6e8a30ce.zip |
do even less inside our signal handler,
just to be extra paranoidly safe
svn:r3050
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 769f6439f8..7928256652 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -247,7 +247,7 @@ void rep_hist_note_extend_failed(const char *from_id, const char *to_id) hist->changed = time(NULL); } -/** Log all the reliability data we have rememberred, with the chosen +/** Log all the reliability data we have remembered, with the chosen * severity. */ void rep_hist_dump_stats(time_t now, int severity) |