Skip to content

Commit b8148e1

Browse files
committed
More comment fixes
1 parent 28cf6e4 commit b8148e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/base/compressed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ bool CompressedInput::Decompress() {
7575

7676
Buffer tmp(compressed);
7777

78-
// Заполнить заголовок сжатых данных.
78+
// Data header
7979
{
8080
BufferOutput out(&tmp);
8181
out.Write(&method, sizeof(method));

0 commit comments

Comments
 (0)