From 968bbfea09447a4f52e856bb97301aca80e40dcb 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/check/crc32_x86.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liblzma/check/crc32_x86.S') 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 -- cgit v1.2.3