aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2021-06-20 21:17:27 +0300
committerLasse Collin <lasse.collin@tukaani.org>2021-06-20 21:17:27 +0300
commit41e657bfaa84cde5907020b7032d58f9245fc26b (patch)
tree687357a9e77a83e64b8723bd369130fc8b552cd7
parent6f0e0c41e3682254c2e0be245f275f77df821ffe (diff)
downloadxz-embedded-41e657bfaa84cde5907020b7032d58f9245fc26b.tar.gz
Fix a typo in a comment.
-rw-r--r--linux/lib/xz/xz_dec_lzma2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/lib/xz/xz_dec_lzma2.c b/linux/lib/xz/xz_dec_lzma2.c
index 2deb544..42a55f5 100644
--- a/linux/lib/xz/xz_dec_lzma2.c
+++ b/linux/lib/xz/xz_dec_lzma2.c
@@ -778,7 +778,7 @@ static bool lzma_main(struct xz_dec_lzma2 *s)
}
/*
- * Reset the LZMA decoder and range decoder state. Dictionary is nore reset
+ * Reset the LZMA decoder and range decoder state. Dictionary is not reset
* here, because LZMA state may be reset without resetting the dictionary.
*/
static void lzma_reset(struct xz_dec_lzma2 *s)