diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-15 06:15:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-15 06:15:31 +0000 |
commit | ed21abfe8792a7180c63d5c0243ebd182a66be3b (patch) | |
tree | 63f1c22d39973167a474363ebf48dd17c0e0828b /src/or/directory.c | |
parent | b70c229f6e371d18a459429dded31053c4f0686d (diff) | |
download | tor-ed21abfe8792a7180c63d5c0243ebd182a66be3b.tar tor-ed21abfe8792a7180c63d5c0243ebd182a66be3b.tar.gz |
And some documentation before bed.
svn:r5073
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index fe05d6541..6901a1719 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -1557,7 +1557,7 @@ connection_dir_finished_connecting(connection_t *conn) } /** Called when one or more networkstatus fetches have failed (with uppercase - * fingerprints listed in <b>fp</>). Mark those fingerprints has having + * fingerprints listed in <b>failed</>). Mark those fingerprints has having * failed once. */ static void dir_networkstatus_download_failed(smartlist_t *failed) @@ -1573,7 +1573,8 @@ dir_networkstatus_download_failed(smartlist_t *failed) }); } -/* DOCDOC */ +/** Called when one or more networkstatus fetches have failed (with uppercase + * fingerprints listed in <b>failed</>). */ static void dir_routerdesc_download_failed(smartlist_t *failed) { |