1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Fix a comment.

This commit is contained in:
Lasse Collin 2010-06-01 14:09:12 +03:00
parent 07dc34f6da
commit 4b346ae8af

View file

@ -368,7 +368,7 @@ extern LZMA_API(lzma_ret) lzma_index_stream_flags(
/** /**
* \brief Get the types of integrity Checks * \brief Get the types of integrity Checks
* *
* If lzma_index_stream_padding() is used to set the Stream Flags for * If lzma_index_stream_flags() is used to set the Stream Flags for
* every Stream, lzma_index_checks() can be used to get a bitmask to * every Stream, lzma_index_checks() can be used to get a bitmask to
* indicate which Check types have been used. It can be useful e.g. if * indicate which Check types have been used. It can be useful e.g. if
* showing the Check types to the user. * showing the Check types to the user.