From 5ed796cd57f7bc4f02f4065b8b25d01b76f5dfa6 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 3 Feb 2023 08:27:26 +0300 Subject: Improve CRC spelling. --- benchmark/bench_crypto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmark') diff --git a/benchmark/bench_crypto.cpp b/benchmark/bench_crypto.cpp index 7e019a5a1..98db8cf1e 100644 --- a/benchmark/bench_crypto.cpp +++ b/benchmark/bench_crypto.cpp @@ -451,7 +451,7 @@ class Crc32Bench final : public td::Benchmark { alignas(64) unsigned char data[DATA_SIZE]; std::string get_description() const final { - return PSTRING() << "Crc32 zlib [" << (DATA_SIZE >> 10) << "KB]"; + return PSTRING() << "CRC32 zlib [" << (DATA_SIZE >> 10) << "KB]"; } void start_up() final { @@ -472,7 +472,7 @@ class Crc64Bench final : public td::Benchmark { alignas(64) unsigned char data[DATA_SIZE]; std::string get_description() const final { - return PSTRING() << "Crc64 Anton [" << (DATA_SIZE >> 10) << "KB]"; + return PSTRING() << "CRC64 Anton [" << (DATA_SIZE >> 10) << "KB]"; } void start_up() final { -- cgit v1.2.3