diff options
author | Raynol Menezes <62543741+raynolmenezes@users.noreply.github.com> | 2021-04-16 13:00:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 13:00:59 +0530 |
commit | f6d094e994d54d8e536cf7c36fafd0f5f1af61f9 (patch) | |
tree | 18365f7bab35ccdfe7d09371fd82177571883015 | |
parent | f57513a1d6c99636fc5b710150d0b93713af4e43 (diff) | |
download | leveldb-f6d094e994d54d8e536cf7c36fafd0f5f1af61f9.tar.gz leveldb-f6d094e994d54d8e536cf7c36fafd0f5f1af61f9.zip |
Update log_reader.h
-rw-r--r-- | db/log_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |