From: Taylor Yu Date: Tue, 20 Jun 2017 15:23:31 +0000 (-0400) Subject: Fix compress_none.c header comment X-Git-Tag: tor-0.3.1.4-alpha~38^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25edb41e6fd00ea902dab40c997dbce8b49eb884;p=thirdparty%2Ftor.git Fix compress_none.c header comment The Doxygen \file markup for compress_none.c had the wrong filename. Fixes #22638. --- 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