lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210326030811.6992-1-unixbhaskar@gmail.com>
Date:   Fri, 26 Mar 2021 08:38:11 +0530
From:   Bhaskar Chowdhury <unixbhaskar@...il.com>
To:     gustavoars@...nel.org, ndesaulniers@...gle.com,
        unixbhaskar@...il.com, nathan@...nel.org, colyli@...e.de,
        grandmaster@...klimov.de, linux-kernel@...r.kernel.org
Cc:     rdunlap@...radead.org
Subject: [PATCH] lib: xz/xz_dec_lzma2.c: Mundane typo fixes


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

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ