mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
docs: finally concede that the consensus spelling is "dedupe"
Change documentation and comments to use the word "dedupe," not "dedup" as found in circa-3.15 kernel sources. No changes in code or program output--if they used "dedup" before, they will continue to be spelled "dedup" now. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -960,7 +960,7 @@ BeesHash
|
||||
BeesBlockData::hash() const
|
||||
{
|
||||
if (!m_hash_done) {
|
||||
// We can only dedup unaligned EOF blocks against other unaligned EOF blocks,
|
||||
// We can only dedupe unaligned EOF blocks against other unaligned EOF blocks,
|
||||
// so we do NOT round up to a full sum block size.
|
||||
const Blob &blob = data();
|
||||
m_hash = BeesHash(blob.data(), blob.size());
|
||||
|
Reference in New Issue
Block a user