diff options
Diffstat (limited to 'src/or/onion.c')
-rw-r--r-- | src/or/onion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/onion.c b/src/or/onion.c index fa0896ab0b..642061fb8e 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -25,7 +25,7 @@ typedef struct onion_queue_t { /** 5 seconds on the onion queue til we just send back a destroy */ #define ONIONQUEUE_WAIT_CUTOFF 5 -/** First and last elements in the linked list of of circuits waiting for CPU +/** First and last elements in the linked list of circuits waiting for CPU * workers, or NULL if the list is empty. */ static onion_queue_t *ol_list=NULL; static onion_queue_t *ol_tail=NULL; |