[PATCH] lib: xz/xz_dec_lzma2.c: Mundane typo fixes

From: Bhaskar Chowdhury
Date: Thu Mar 25 2021 - 23:11:10 EST



s/dervied/derived/ ......two different sentences.
s/nore/more/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
lib/xz/xz_dec_lzma2.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/xz/xz_dec_lzma2.c b/lib/xz/xz_dec_lzma2.c
index ca2603abee08..dca8c5c83ae8 100644
--- a/lib/xz/xz_dec_lzma2.c
+++ b/lib/xz/xz_dec_lzma2.c
@@ -147,8 +147,8 @@ struct lzma_dec {

/*
* LZMA properties or related bit masks (number of literal
- * context bits, a mask dervied from the number of literal
- * position bits, and a mask dervied from the number
+ * context bits, a mask derived from the number of literal
+ * position bits, and a mask derived from the number
* position bits)
*/
uint32_t lc;
@@ -761,7 +761,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 more reset
* here, because LZMA state may be reset without resetting the dictionary.
*/
static void lzma_reset(struct xz_dec_lzma2 *s)
--
2.26.2