Merge pull request #42809 from Gabriel39/comment_typo

Fix typo in comments
This commit is contained in:
Maksim Kita 2022-10-31 18:30:32 +03:00 committed by GitHub
commit f099bf63b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ bool ExecutingGraph::addEdges(uint64_t node)
}
}
/// Add direct edges form output ports.
/// Add direct edges from output ports.
auto & outputs = from->getOutputs();
auto from_output = nodes[node]->direct_edges.size();