]> granicus.if.org Git - xz/commitdiff
Fix a comment.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 1 Jun 2010 11:09:12 +0000 (14:09 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 1 Jun 2010 11:09:12 +0000 (14:09 +0300)
src/liblzma/api/lzma/index.h

index a0469b23c34eb36b52c3fa9c29fd23563e71e1cf..5ea12e359e5d986d1072ff1f1f985f6e7c3ee2a7 100644 (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.