aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dircache
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-16 08:18:26 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-16 08:18:26 -0400
commit5e5e655e323c917ad0b5e5b48056bd5d49645182 (patch)
tree007c45a200e2e6bebbb44d241d305b40056bc8e8 /src/feature/dircache
parent71daad1692bc3f2478a527da0570a6c13c3a99fd (diff)
downloadtor-5e5e655e323c917ad0b5e5b48056bd5d49645182.tar.gz
tor-5e5e655e323c917ad0b5e5b48056bd5d49645182.zip
Doxygen: Fix mismatched filenames.
In 8 places, our \file declarations didn't match the actual files they were in.
Diffstat (limited to 'src/feature/dircache')
-rw-r--r--src/feature/dircache/consdiffmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dircache/consdiffmgr.c b/src/feature/dircache/consdiffmgr.c
index 397efa0341..bc02a33e30 100644
--- a/src/feature/dircache/consdiffmgr.c
+++ b/src/feature/dircache/consdiffmgr.c
@@ -2,7 +2,7 @@
/* See LICENSE for licensing information */
/**
- * \file consdiffmsr.c
+ * \file consdiffmgr.c
*
* \brief consensus diff manager functions
*