summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-29 15:23:41 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-29 15:23:41 +0000
commit0f22c584cdc797e20f4aef74e5312ebda76d05fa (patch)
treeab0bf756c6b89324492269799ecde857588b2822 /src/or
parent996b8719e51ce24863c8d9fef9c8236d5bbd19e8 (diff)
downloadtor-0f22c584cdc797e20f4aef74e5312ebda76d05fa.tar.gz
tor-0f22c584cdc797e20f4aef74e5312ebda76d05fa.zip
doxygen tweaks
svn:r12606
Diffstat (limited to 'src/or')
-rw-r--r--src/or/networkstatus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c
index 3ede96eafc..4fd72dff20 100644
--- a/src/or/networkstatus.c
+++ b/src/or/networkstatus.c
@@ -57,10 +57,10 @@ static download_status_t consensus_dl_status = { 0, 0, DL_SCHED_CONSENSUS };
* not being named. */
static int have_warned_about_invalid_status = 0;
/** True iff we have logged a warning about this OR's version being older than
- * listed by the authorities */
+ * listed by the authorities. */
static int have_warned_about_old_version = 0;
/** True iff we have logged a warning about this OR's version being newer than
- * listed by the authorities */
+ * listed by the authorities. */
static int have_warned_about_new_version = 0;
static void download_status_map_update_from_v2_networkstatus(void);
@@ -997,7 +997,7 @@ update_v2_networkstatus_cache_downloads(time_t now)
#define DELAY_WHILE_FETCHING_CERTS (20*60)
/** If we want to download a fresh consensus, launch a new download as
- * appropriate. */
+ * appropriate. */
static void
update_consensus_networkstatus_downloads(time_t now)
{