From 41e657bfaa84cde5907020b7032d58f9245fc26b Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 20 Jun 2021 21:17:27 +0300 Subject: Fix a typo in a comment. --- linux/lib/xz/xz_dec_lzma2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/lib') 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) -- cgit v1.2.3