aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc32_x86.S
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:08:31 +0200
commit968bbfea09447a4f52e856bb97301aca80e40dcb (patch)
treeaaf746d05c87ef452da3779100632b56154dc5fc /src/liblzma/check/crc32_x86.S
parentBump version and soname for 5.2.5. (diff)
downloadxz-968bbfea09447a4f52e856bb97301aca80e40dcb.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/check/crc32_x86.S2
1 files changed, 1 insertions, 1 deletions
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