From b8e12f5ab4c9fd3cb09a4330b2861f6b979ababd Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 23 Mar 2020 18:07:50 +0200 Subject: Typo fixes from fossies.org. https://fossies.org/linux/misc/xz-5.2.5.tar.xz/codespell.html --- src/liblzma/api/lzma/base.h | 2 +- src/liblzma/check/crc32_x86.S | 2 +- src/liblzma/common/index.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/liblzma') diff --git a/src/liblzma/api/lzma/base.h b/src/liblzma/api/lzma/base.h index 228e8ec4..749e4fe7 100644 --- a/src/liblzma/api/lzma/base.h +++ b/src/liblzma/api/lzma/base.h @@ -477,7 +477,7 @@ typedef struct lzma_internal_s lzma_internal; * * The lzma_stream structure is used for * - passing pointers to input and output buffers to liblzma; - * - defining custom memory hander functions; and + * - defining custom memory handler functions; and * - holding a pointer to coder-specific internal data structures. * * Typical usage: diff --git a/src/liblzma/check/crc32_x86.S b/src/liblzma/check/crc32_x86.S index 67f68a41..632c7b37 100644 --- a/src/liblzma/check/crc32_x86.S +++ b/src/liblzma/check/crc32_x86.S @@ -195,7 +195,7 @@ LZMA_CRC32: /* * Read the next four bytes, for which the CRC is calculated - * on the next interation of the loop. + * on the next iteration of the loop. */ movl 12(%esi), %ecx 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; -- cgit v1.2.3