aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-06-01 14:09:12 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-06-01 14:09:12 +0300
commit4b346ae8af20045027ae5efb068c6d69da3324d2 (patch)
tree19eded7636e0efc35e63b107cc430809dd47d3a9 /src
parentFix lzma_block_compressed_size(). (diff)
downloadxz-4b346ae8af20045027ae5efb068c6d69da3324d2.tar.xz
Fix a comment.
Diffstat (limited to 'src')
-rw-r--r--src/liblzma/api/lzma/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/index.h b/src/liblzma/api/lzma/index.h
index a0469b23..5ea12e35 100644
--- a/src/liblzma/api/lzma/index.h
+++ b/src/liblzma/api/lzma/index.h
@@ -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.