diff options
author | Roger Dingledine <arma@torproject.org> | 2014-09-13 17:10:04 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-09-13 17:10:04 -0400 |
commit | d6b2a1709d28c656dadc019fb24145e6ac400771 (patch) | |
tree | ca4ed0575cddf03750ba33a15a5f0b6073302bd0 /src | |
parent | f8f0cb0443c0709454c9223f25266ec1b0c464b8 (diff) | |
download | tor-d6b2a1709d28c656dadc019fb24145e6ac400771.tar.gz tor-d6b2a1709d28c656dadc019fb24145e6ac400771.zip |
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/or/rendservice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 749d6fa880..31b612bb26 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -1754,7 +1754,7 @@ rend_service_parse_intro_for_v2( /* * We accept version 3 too so that the v3 parser can call this with - * and adjusted buffer for the latter part of a v3 cell, which is + * an adjusted buffer for the latter part of a v3 cell, which is * identical to a v2 cell. */ if (!(intro->version == 2 || |