summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-07-11 03:28:12 +0000
committerRoger Dingledine <arma@torproject.org>2007-07-11 03:28:12 +0000
commit83e8d8d9b94a9b4290aa401d6528a097d39abd36 (patch)
treeec02ce592bd809e0e7e9b75a8c480fdb3c6ef74c /src
parent39dc589d328ffe63cb17560da19a4b120d4a247a (diff)
downloadtor-83e8d8d9b94a9b4290aa401d6528a097d39abd36.tar.gz
tor-83e8d8d9b94a9b4290aa401d6528a097d39abd36.zip
clean up a comment
svn:r10789
Diffstat (limited to 'src')
-rw-r--r--src/or/or.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index aee3b8bdaf..b08f9988b2 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -589,9 +589,9 @@ typedef enum {
#define END_CIRC_REASON_NOSUCHSERVICE 12
#define _END_CIRC_REASON_MAX 12
-/* OR this with the argument to circuit_mark_for_close, or
- * control_event_circuit_status to indicate that the reason came from a
- * destroy or truncate cell. */
+/** Bitwise-OR this with the argument to circuit_mark_for_close() or
+ * control_event_circuit_status() to indicate that the reason was
+ * passed through from a destroy or truncate cell. */
#define END_CIRC_REASON_FLAG_REMOTE 512
/** Length of 'y' portion of 'y.onion' URL. */