[tor-commits] [tor/master] Correct terminology in comment
nickm at torproject.org
nickm at torproject.org
Fri Jun 24 20:50:18 UTC 2011
commit 76d0d62bd9ad91c54817f2599305575d9a551f08
Author: Robert Ransom <rransom.8774 at gmail.com>
Date: Fri Jun 24 11:28:52 2011 -0700
Correct terminology in comment
---
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 31f9e5b..d44e863 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2197,8 +2197,8 @@ typedef struct {
unsigned int need_capacity : 1;
/** Whether the last hop was picked with exiting in mind. */
unsigned int is_internal : 1;
- /** Did we pick this as a one-hop tunnel (not safe for other conns)?
- * These are for encrypted connections that exit to this router, not
+ /** Did we pick this as a one-hop tunnel (not safe for other streams)?
+ * These are for encrypted dir conns that exit to this router, not
* for arbitrary exits from the circuit. */
unsigned int onehop_tunnel : 1;
/** The crypt_path_t to append after rendezvous: used for rendezvous. */
More information about the tor-commits
mailing list