Fix a comment.

This commit is contained in:
Lasse Collin 2010-06-01 14:09:12 +03:00
parent 07dc34f6da
commit 4b346ae8af
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ extern LZMA_API(lzma_ret) lzma_index_stream_flags(
/**
* \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
* indicate which Check types have been used. It can be useful e.g. if
* showing the Check types to the user.