Skip to content

Commit

Permalink
Fixed bad translation [#CLICKHOUSE-2].
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Nov 4, 2017
1 parent bd3f668 commit 03b6aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/IO/CompressedReadBufferBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CompressedReadBufferBase
protected:
ReadBuffer * compressed_in;

/// If 'compressed_in' buffer has whole compressed block - than use it. Otherwise copy parts of data to 'own_compressed_buffer'.
/// If 'compressed_in' buffer has whole compressed block - then use it. Otherwise copy parts of data to 'own_compressed_buffer'.
PODArray<char> own_compressed_buffer;
/// Points to memory, holding compressed block.
char * compressed_buffer = nullptr;
Expand Down

0 comments on commit 03b6aa5

Please sign in to comment.