diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-01-16 14:45:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-01-16 14:45:12 -0500 |
commit | 1810db9bb32d2e9a1a1fe751368a98edc4524331 (patch) | |
tree | 00341e18214a99457ad6f6308bf1b07ade3edb11 /src/or/or.h | |
parent | 938531773a017e6eb70f11e81a0543e81413f83f (diff) | |
download | tor-1810db9bb32d2e9a1a1fe751368a98edc4524331.tar.gz tor-1810db9bb32d2e9a1a1fe751368a98edc4524331.zip |
Comment fixups on 4207 suggested by arma
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 21cb074408..cf4297978b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3246,8 +3246,8 @@ typedef struct { */ smartlist_t *AuthDirBadDirCC; smartlist_t *AuthDirBadExitCC; - smartlist_t *AuthDirRejectCC; smartlist_t *AuthDirInvalidCC; + smartlist_t *AuthDirRejectCC; /**@}*/ int AuthDirListBadDirs; /**< True iff we should list bad dirs, |