aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dircache/conscache.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-26 12:07:09 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-26 12:07:09 -0400
commitb314b68d618dc38a974722625061c9450f692875 (patch)
tree2df56c3060508253665177ff7b4e049f5eb31ade /src/feature/dircache/conscache.c
parent68f808604187af539128c79b4fb84099b3e17e4f (diff)
downloadtor-b314b68d618dc38a974722625061c9450f692875.tar.gz
tor-b314b68d618dc38a974722625061c9450f692875.zip
Fix doxygen HTML warnings in src/feature.
Diffstat (limited to 'src/feature/dircache/conscache.c')
-rw-r--r--src/feature/dircache/conscache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dircache/conscache.c b/src/feature/dircache/conscache.c
index 80da52aa1b..903fa5bc0a 100644
--- a/src/feature/dircache/conscache.c
+++ b/src/feature/dircache/conscache.c
@@ -251,7 +251,7 @@ consensus_cache_find_first(consensus_cache_t *cache,
}
/**
- * Given a <b>cache</b>, add every entry to <b>out<b> for which
+ * Given a <b>cache</b>, add every entry to <b>out</b> for which
* <b>key</b>=<b>value</b>. If <b>key</b> is NULL, add every entry.
*
* Do not add any entry that has been marked for removal.