[FIXUP] Fix comment: RuntimeDispatch -> InternalDispatch

This commit is contained in:
Kamil Śliwak 2021-02-11 19:08:16 +01:00
parent 809f9d9496
commit 40aa96fc9c

View File

@ -61,7 +61,7 @@ FunctionCallGraphBuilder::FunctionCallGraphBuilder(ContractDefinition const& _co
add(SpecialNode::Entry, &functionType->declaration());
}
// Add all InternalCreationDispatch calls to the RuntimeDispatch as well
// Add all InternalCreationDispatch calls to the InternalDispatch as well
add(SpecialNode::InternalDispatch, SpecialNode::InternalCreationDispatch);
if (_contract.fallbackFunction())