[FIXUP] Fix comment: RuntimeDispatch -> InternalDispatch

This commit is contained in:
Kamil Śliwak
2021-02-11 19:44:39 +01:00
parent 809f9d9496
commit 40aa96fc9c
+1 -1
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())