diff --git a/sparta/sparta/simulation/Unit.hpp b/sparta/sparta/simulation/Unit.hpp index 64f7b64c11..12196f765b 100644 --- a/sparta/sparta/simulation/Unit.hpp +++ b/sparta/sparta/simulation/Unit.hpp @@ -125,8 +125,7 @@ namespace sparta { for(auto & event_node : unit_event_set_.getEvents(sparta::SchedulingPhase::Tick)) { - // This EventNode does not participate auto precedence - // between InPorts and OutPorts. + // This event does not participate in auto precedence. if(!event_node->doesParticipateInAutoPrecedence()) { continue; }