mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[FIXUP] Fix comment: RuntimeDispatch -> InternalDispatch
This commit is contained in:
parent
809f9d9496
commit
40aa96fc9c
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user