diff options
author | Linus Nordberg <linus@torproject.org> | 2012-10-19 23:23:04 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-10-22 12:36:34 +0200 |
commit | 8c9b4274255beb7b6397a4303fbb054fb55a4f11 (patch) | |
tree | 8081a491c55144cd0c57988ff2783e9b2edca2b4 /src/or/or.h | |
parent | 9d71d97e9dc32789693df135c06574a16d1ebfea (diff) | |
download | tor-8c9b4274255beb7b6397a4303fbb054fb55a4f11.tar.gz tor-8c9b4274255beb7b6397a4303fbb054fb55a4f11.zip |
Name variables more consistently.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 26b8973eff..5c6e998081 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3657,7 +3657,7 @@ typedef struct { * the bridge authority guess which countries have blocked access to us. */ int BridgeRecordUsageByCountry; - /** Optionally, IPv4 and IPv6 GeoIP data */ + /** Optionally, IPv4 and IPv6 GeoIP data. */ char *GeoIPFile; char *GeoIPv6File; |