Fix comment

last-simulation-period
Sébastien Villemot 2022-01-19 15:41:37 +01:00
parent 0d7d5f1ae7
commit a71100b971
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -3534,7 +3534,7 @@ UnaryOpNode::substituteUnaryOpNodes(const lag_equivalence_table_t &nodes, subst_
if (rit == it->second.rbegin())
{
/* Verify that were not operating on a node with leads, since the
transformation does take into account the expectation operator. We only
transformation does not take into account the expectation operator. We only
need to do this for the first iteration of the loop, because were
going from leads to lags. */
if (rit->second->maxLead() > 0)