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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 20 Jul 2023 23:34:52 +0800
From:   pangzizhen001@...suo.com
To:     terrelln@...com
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH] zstd/decompress: Fix typos in comments

Delete duplicate word "the"

Signed-off-by: Zizhen Pang <pangzizhen001@...suo.com>
---
  lib/zstd/decompress/zstd_decompress_block.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/zstd/decompress/zstd_decompress_block.c 
b/lib/zstd/decompress/zstd_decompress_block.c
index c1913b8e7c89..cd2e9acecd84 100644
--- a/lib/zstd/decompress/zstd_decompress_block.c
+++ b/lib/zstd/decompress/zstd_decompress_block.c
@@ -510,7 +510,7 @@ void ZSTD_buildFSETable_body(ZSTD_seqSymbol* dt,
              }
          }
          /* Now we spread those positions across the table.
-         * The benefit of doing it in two stages is that we avoid the 
the
+         * The benefit of doing it in two stages is that we avoid the
           * variable size inner loop, which caused lots of branch 
misses.
           * Now we can run through all the positions without any branch 
misses.
           * We unroll the loop twice, since that is what emperically 
worked best.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ