aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma/index_hash.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-11-21 13:02:33 +0200
committerLasse Collin <lasse.collin@tukaani.org>2022-11-21 13:02:33 +0200
commitf50534c973a591ccf65485adfc827a8a7126ca6c (patch)
treec57f682507355c6f902a77e62a2e309a3141f781 /src/liblzma/api/lzma/index_hash.h
parentxz: Refactor duplicate code from hardware_memlimit_mtenc_get(). (diff)
downloadxz-f50534c973a591ccf65485adfc827a8a7126ca6c.tar.xz
liblzma: Fix two Doxygen commands in the API headers.
These were caught by clang -Wdocumentation.
Diffstat (limited to '')
-rw-r--r--src/liblzma/api/lzma/index_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/index_hash.h b/src/liblzma/api/lzma/index_hash.h
index 9287f1df..8ff41633 100644
--- a/src/liblzma/api/lzma/index_hash.h
+++ b/src/liblzma/api/lzma/index_hash.h
@@ -52,7 +52,7 @@ extern LZMA_API(void) lzma_index_hash_end(
/**
* \brief Add a new Record to an Index hash
*
- * \param index Pointer to a lzma_index_hash structure
+ * \param index_hash Pointer to a lzma_index_hash structure
* \param unpadded_size Unpadded Size of a Block
* \param uncompressed_size Uncompressed Size of a Block
*