]> git.ipfire.org Git - thirdparty/zstd.git/commit
rename variable name 4165/head
authorYann Collet <cyan@fb.com>
Fri, 11 Oct 2024 22:38:12 +0000 (15:38 -0700)
committerYann Collet <cyan@fb.com>
Fri, 11 Oct 2024 22:38:12 +0000 (15:38 -0700)
commit8e5823b65c6d0d1eb1c07be8428f427df5892d3a
treeea7d1249ab5729066b7126d7286280144b68dfd1
parent83de00316c29a7f5245a67733f6208c699b686c2
rename variable name

findMatch -> matchFound
since it's a test, as opposed to an active search operation.
suggested by @terrelln
lib/compress/zstd_fast.c