mirror of https://git.tukaani.org/xz.git
Fix a comment.
This commit is contained in:
parent
07dc34f6da
commit
4b346ae8af
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue