Update DelayedSource.cpp

This commit is contained in:
alexey-milovidov 2020-08-03 21:50:02 +03:00 committed by GitHub
parent b6f04cac47
commit 2c4a494440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ IProcessor::Status DelayedSource::prepare()
return Status::Finished;
}
/// Fix port from returned pipe. Create source_port is created or drop if source_port is null.
/// Fix port from returned pipe. Create source_port if created or drop if source_port is null.
void synchronizePorts(OutputPort *& pipe_port, OutputPort * source_port, const Block & header, Processors & processors)
{
if (source_port)