]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo in comment
authorRoger Dingledine <arma@torproject.org>
Sat, 13 Sep 2014 21:10:04 +0000 (17:10 -0400)
committerRoger Dingledine <arma@torproject.org>
Sat, 13 Sep 2014 21:10:04 +0000 (17:10 -0400)
src/or/rendservice.c

index 749d6fa8808461737f7e8edfe5bfcdfa98f86476..31b612bb26edd29ff6a632bccf17c32651520afe 100644 (file)
@@ -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 ||