From f6d094e994d54d8e536cf7c36fafd0f5f1af61f9 Mon Sep 17 00:00:00 2001 From: Raynol Menezes <62543741+raynolmenezes@users.noreply.github.com> Date: Fri, 16 Apr 2021 13:00:59 +0530 Subject: Update log_reader.h --- db/log_reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/log_reader.h b/db/log_reader.h index 75d53f7..ba711f8 100644 --- a/db/log_reader.h +++ b/db/log_reader.h @@ -24,7 +24,7 @@ class Reader { public: virtual ~Reporter(); - // Some corruption was detected. "size" is the approximate number + // Some corruption was detected. "bytes" is the approximate number // of bytes dropped due to the corruption. virtual void Corruption(size_t bytes, const Status& status) = 0; }; -- cgit v1.2.1