Remove wrong char from code

This commit is contained in:
proller 2017-05-29 14:18:51 +03:00 committed by GitHub
parent 046c5aa0f4
commit 27d675465d

View File

@ -15,7 +15,7 @@ namespace DB
class CompressedReadBufferFromFile : public CompressedReadBufferBase, public BufferWithOwnMemory<ReadBuffer>
{
private:
` /** At any time, one of two things is true:
/** At any time, one of two things is true:
* a) size_compressed = 0
* b)
* - `working_buffer` contains the entire block.