diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-08-03 16:02:51 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:34 -0400 |
commit | 5ca9b830eacf46acde56469e5f19f977e5f02668 (patch) | |
tree | 4f87ff9e3aa129bdd3423f78d44aed8a2f9bb1e6 /src/or/or.h | |
parent | f106af3c41dffdc8576c52399a61d34116b78f38 (diff) | |
download | tor-5ca9b830eacf46acde56469e5f19f977e5f02668.tar.gz tor-5ca9b830eacf46acde56469e5f19f977e5f02668.zip |
Improve documentation all around the codebase.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 14dd4e0d63..1e498aecf5 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -421,9 +421,9 @@ typedef enum { #define DIR_PURPOSE_FETCH_RENDDESC_V2 18 /** A connection to a directory server: download a microdescriptor. */ #define DIR_PURPOSE_FETCH_MICRODESC 19 -/** A connetion to a hidden service directory: upload a descriptor. */ +/** A connection to a hidden service directory: upload a v3 descriptor. */ #define DIR_PURPOSE_UPLOAD_HSDESC 20 -/** A connetion to a hidden service directory: fetch a descriptor. */ +/** A connection to a hidden service directory: fetch a v3 descriptor. */ #define DIR_PURPOSE_FETCH_HSDESC 21 #define DIR_PURPOSE_MAX_ 21 |