diff options
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/check/crc_common.h (renamed from src/liblzma/check/crc_macros.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/check/crc_macros.h b/src/liblzma/check/crc_common.h index a7c21b76..f3ee205d 100644 --- a/src/liblzma/check/crc_macros.h +++ b/src/liblzma/check/crc_common.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -/// \file crc_macros.h +/// \file crc_common.h /// \brief Some endian-dependent macros for CRC32 and CRC64 // // Author: Lasse Collin |