diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-24 07:50:38 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-24 07:50:38 +0000 |
commit | 50f22e858a2045649984a4f7c863f22106efcd95 (patch) | |
tree | c471be0f9b68ef5f59304b9fe5d7bc34f6573f29 /src/or/onion.c | |
parent | f599adf40ad702f26680ab6a7bbf869c788dd860 (diff) | |
download | tor-50f22e858a2045649984a4f7c863f22106efcd95.tar.gz tor-50f22e858a2045649984a4f7c863f22106efcd95.zip |
doc pedant
svn:r9634
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; |