Cleanup: spelling

This commit is contained in:
2020-07-10 11:41:14 +10:00
parent a0d3b60015
commit 3dd460aa7f
9 changed files with 15 additions and 14 deletions

View File

@@ -300,7 +300,7 @@ void constant_folding(MFNetwork &network, ResourceCollector &resources)
/** \} */
/* -------------------------------------------------------------------- */
/** \name Common Subnetwork Elimination
/** \name Common Sub-network Elimination
*
* \{ */
@@ -462,7 +462,7 @@ static void relink_duplicate_nodes(MFNetwork &network,
}
/**
* Tries to detect duplicate subnetworks and eliminates them. This can help quite a lot when node
* Tries to detect duplicate sub-networks and eliminates them. This can help quite a lot when node
* groups were used to create the network.
*/
void common_subnetwork_elimination(MFNetwork &network)