[tor-commits] [tor/master] Fix typo in comment for hs_cell_parse_introduce2()

nickm at torproject.org nickm at torproject.org
Tue Oct 16 23:10:11 UTC 2018


commit f93ee8e4c49f1274119300bb4983348341109141
Author: Neel Chauhan <neel at neelc.org>
Date:   Tue Oct 16 10:59:42 2018 -0400

    Fix typo in comment for hs_cell_parse_introduce2()
---
 src/feature/hs/hs_cell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/hs/hs_cell.c b/src/feature/hs/hs_cell.c
index c6ca6746b..9bbae6d32 100644
--- a/src/feature/hs/hs_cell.c
+++ b/src/feature/hs/hs_cell.c
@@ -620,7 +620,7 @@ hs_cell_parse_intro_established(const uint8_t *payload, size_t payload_len)
   return ret;
 }
 
-/* Parsse the INTRODUCE2 cell using data which contains everything we need to
+/* Parse the INTRODUCE2 cell using data which contains everything we need to
  * do so and contains the destination buffers of information we extract and
  * compute from the cell. Return 0 on success else a negative value. The
  * service and circ are only used for logging purposes. */





More information about the tor-commits mailing list