aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check
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/check
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 'src/liblzma/check')
-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