aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/index.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2020-03-23 18:07:50 +0200
committerLasse Collin <lasse.collin@tukaani.org>2020-03-23 18:07:50 +0200
commitb8e12f5ab4c9fd3cb09a4330b2861f6b979ababd (patch)
treef7074aa35bf55f1ef5fc8361f93408af92dc9ba7 /src/liblzma/common/index.c
parentUpdate NEWS for 5.2.5. (diff)
downloadxz-b8e12f5ab4c9fd3cb09a4330b2861f6b979ababd.tar.xz
Typo fixes from fossies.org.
https://fossies.org/linux/misc/xz-5.2.5.tar.xz/codespell.html
Diffstat (limited to '')
-rw-r--r--src/liblzma/common/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/common/index.c b/src/liblzma/common/index.c
index a41e8f33..86c10544 100644
--- a/src/liblzma/common/index.c
+++ b/src/liblzma/common/index.c
@@ -1226,7 +1226,7 @@ lzma_index_iter_locate(lzma_index_iter *iter, lzma_vli target)
// Use binary search to locate the exact Record. It is the first
// Record whose uncompressed_sum is greater than target.
- // This is because we want the rightmost Record that fullfills the
+ // This is because we want the rightmost Record that fulfills the
// search criterion. It is possible that there are empty Blocks;
// we don't want to return them.
size_t left = 0;