aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.h b/src/or/config.h
index 0250f645d..8c8167f9a 100644
--- a/src/or/config.h
+++ b/src/or/config.h
@@ -109,7 +109,7 @@ typedef struct bridge_line_t {
char *transport_name; /* The name of the pluggable transport that
should be used to connect to the bridge. */
char digest[DIGEST_LEN]; /* The bridge's identity key digest. */
- smartlist_t *socks_args;; /* SOCKS arguments for the pluggable
+ smartlist_t *socks_args; /* SOCKS arguments for the pluggable
transport proxy. */
} bridge_line_t;