summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <pwnall@chromium.org>2022-01-10 06:35:06 +0000
committerVictor Costan <pwnall@chromium.org>2022-01-10 06:35:06 +0000
commit74f0be238f9665537c91bdffdd2e8828478a8474 (patch)
tree257bca9ef5db01fa547571f90d0e6f9dfd4f680d
parent56f2394250a7cc22fef00a9a96bf8ef7f84db090 (diff)
parentf6d094e994d54d8e536cf7c36fafd0f5f1af61f9 (diff)
downloadleveldb-74f0be238f9665537c91bdffdd2e8828478a8474.tar.gz
Merge pull request #897 from raynolmenezes:patch-1
PiperOrigin-RevId: 420662891
-rw-r--r--db/log_reader.h2
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;
};