summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorTaylor Yu <catalyst@torproject.org>2017-06-20 11:23:31 -0400
committerTaylor Yu <catalyst@torproject.org>2017-06-20 11:27:17 -0400
commit25edb41e6fd00ea902dab40c997dbce8b49eb884 (patch)
tree8efdf9b1997f7971db33fa3accd1424d1c0d8b23 /src/common
parentc1c938e80cc96e13b1f87e6c33220026341cbb26 (diff)
downloadtor-25edb41e6fd00ea902dab40c997dbce8b49eb884.tar.gz
tor-25edb41e6fd00ea902dab40c997dbce8b49eb884.zip
Fix compress_none.c header comment
The Doxygen \file markup for compress_none.c had the wrong filename. Fixes #22638.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/compress_none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compress_none.c b/src/common/compress_none.c
index b76e6010ec..34314e4af7 100644
--- a/src/common/compress_none.c
+++ b/src/common/compress_none.c
@@ -4,7 +4,7 @@
/* See LICENSE for licensing information */
/**
- * \file compress_lzma.c
+ * \file compress_none.c
* \brief Compression backend for identity compression.
*
* We actually define this backend so that we can treat the identity transform