Some renaming leftovers.

This commit is contained in:
chriseth
2018-10-15 12:51:50 +02:00
parent b2b845d6de
commit 0664772ece
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ void ExpressionJoiner::operator()(Switch& _switch)
{
visit(*_switch.expression);
for (auto& _case: _switch.cases)
// Do not visit the case expression, nothing to unbreak there.
// Do not visit the case expression, nothing to join there.
(*this)(_case.body);
}