[tor-commits] [tor/release-0.3.1] Fix compress_none.c header comment

nickm at torproject.org nickm at torproject.org
Tue Jun 20 17:35:51 UTC 2017


commit 25edb41e6fd00ea902dab40c997dbce8b49eb884
Author: Taylor Yu <catalyst at torproject.org>
Date:   Tue Jun 20 11:23:31 2017 -0400

    Fix compress_none.c header comment
    
    The Doxygen \file markup for compress_none.c had the wrong filename.
    Fixes #22638.
---
 src/common/compress_none.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/compress_none.c b/src/common/compress_none.c
index b76e601..34314e4 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





More information about the tor-commits mailing list