diff options
author | Roger Dingledine <arma@torproject.org> | 2016-02-22 02:34:50 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-02-22 02:34:50 -0500 |
commit | a9993a92fba0e8632635f2423fc4cc30da130a53 (patch) | |
tree | 340063604099356ec2a5a07e75a553507ea64a8c /src/or/routerlist.c | |
parent | 549493846782efa7d6655317844782b6acade1b2 (diff) | |
download | tor-a9993a92fba0e8632635f2423fc4cc30da130a53.tar.gz tor-a9993a92fba0e8632635f2423fc4cc30da130a53.zip |
fix two typos in comments
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index f6662705dc..13ef081064 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -4452,7 +4452,7 @@ clear_dir_servers(void) /** For every current directory connection whose purpose is <b>purpose</b>, * and where the resource being downloaded begins with <b>prefix</b>, split * rest of the resource into base16 fingerprints (or base64 fingerprints if - * purpose==DIR_PURPPOSE_FETCH_MICRODESC), decode them, and set the + * purpose==DIR_PURPOSE_FETCH_MICRODESC), decode them, and set the * corresponding elements of <b>result</b> to a nonzero value. */ static void |