mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
typo
This commit is contained in:
parent
7a85a943f1
commit
a9cab86a73
@ -443,7 +443,7 @@ int main(int/* argc*/, char* argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// if decompression was performed by another process since this copy was started
|
/// if decompression was performed by another process since this copy was started
|
||||||
/// then file refered by path "self" is already pointing to different inode
|
/// then file referred by path "self" is already pointing to different inode
|
||||||
if (input_info.st_ino != inode)
|
if (input_info.st_ino != inode)
|
||||||
{
|
{
|
||||||
struct stat lock_info;
|
struct stat lock_info;
|
||||||
|
Loading…
Reference in New Issue
Block a user