From 83e8d8d9b94a9b4290aa401d6528a097d39abd36 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 11 Jul 2007 03:28:12 +0000 Subject: [PATCH] clean up a comment svn:r10789 --- src/or/or.h | 6 +++--- 1 file 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. */