From 1810db9bb32d2e9a1a1fe751368a98edc4524331 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 16 Jan 2012 14:45:12 -0500 Subject: [PATCH] Comment fixups on 4207 suggested by arma --- src/or/or.h | 2 +- src/or/policies.c | 2 +- 2 files changed, 2 insertions(+), 2 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, diff --git a/src/or/policies.c b/src/or/policies.c index fdec687b11..34cb64bd81 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -315,7 +315,7 @@ socks_policy_permits_address(const tor_addr_t *addr) } /** Return true iff the address addr is in a country listed in the - * case-insentive list of country codes cc_list. */ + * case-insensitive list of country codes cc_list. */ static int addr_is_in_cc_list(uint32_t addr, const smartlist_t *cc_list) {