Merge pull request #897 from raynolmenezes:patch-1

PiperOrigin-RevId: 420662891
This commit is contained in:
Victor Costan 2022-01-10 06:35:06 +00:00
commit 74f0be238f

View File

@ -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;
};