From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: gustavoars@kernel.org, ndesaulniers@google.com,
unixbhaskar@gmail.com, nathan@kernel.org, colyli@suse.de,
grandmaster@al2klimov.de, linux-kernel@vger.kernel.org
Cc: rdunlap@infradead.org
Subject: [PATCH] lib: xz/xz_dec_lzma2.c: Mundane typo fixes
Date: Fri, 26 Mar 2021 08:38:11 +0530 [thread overview]
Message-ID: <20210326030811.6992-1-unixbhaskar@gmail.com> (raw)
s/dervied/derived/ ......two different sentences.
s/nore/more/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
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
reply other threads:[~2021-03-26 3:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210326030811.6992-1-unixbhaskar@gmail.com \
--to=unixbhaskar@gmail.com \
--cc=colyli@suse.de \
--cc=grandmaster@al2klimov.de \
--cc=gustavoars@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nathan@kernel.org \
--cc=ndesaulniers@google.com \
--cc=rdunlap@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox