summaryrefslogtreecommitdiff
path: root/src/or/geoip.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-08-13 17:18:45 -0400
committerRoger Dingledine <arma@torproject.org>2010-08-13 17:18:45 -0400
commit1ac1f048effdfde062de33e4572cd7816e7be03c (patch)
treebbd0cea6169fdf78fc214f13afee7f1de60a580f /src/or/geoip.c
parent2d8db2aacb57d46ad1d5e245a135ff62d3e02a42 (diff)
downloadtor-1ac1f048effdfde062de33e4572cd7816e7be03c.tar.gz
tor-1ac1f048effdfde062de33e4572cd7816e7be03c.zip
minor formatting / comment fixes
Diffstat (limited to 'src/or/geoip.c')
-rw-r--r--src/or/geoip.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/or/geoip.c b/src/or/geoip.c
index 6ed14e1734..cde9cabdb3 100644
--- a/src/or/geoip.c
+++ b/src/or/geoip.c
@@ -3,9 +3,10 @@
/**
* \file geoip.c
- * \brief Functions related to maintaining an IP-to-country database and to
- * summarizing client connections by country to entry guards, bridges, and
- * directories as well as statistics on answering network status requests.
+ * \brief Functions related to maintaining an IP-to-country database;
+ * to summarizing client connections by country to entry guards, bridges,
+ * and directory servers; and for statistics on answering network status
+ * requests.
*/
#define GEOIP_PRIVATE
@@ -765,10 +766,10 @@ geoip_get_dirreq_history(geoip_client_action_t action,
/** Return a newly allocated comma-separated string containing entries for
* all the countries from which we've seen enough clients connect as a
- * bridge, directory, or entry guard. The entry format is cc=num where num
- * is the number of IPs we've seen connecting from that country, and cc is
- * a lowercased country code. Returns NULL if we don't want to export
- * geoip data yet. */
+ * bridge, directory server, or entry guard. The entry format is cc=num
+ * where num is the number of IPs we've seen connecting from that country,
+ * and cc is a lowercased country code. Returns NULL if we don't want
+ * to export geoip data yet. */
char *
geoip_get_client_history(geoip_client_action_t action)
{