diff --git a/src/runtime2/component/control_layer.rs b/src/runtime2/component/control_layer.rs index 9c93bc995682b519124f27f9cc381babc0f2c16a..0d12f51fae13996eeb669a122d263887ce7181b2 100644 --- a/src/runtime2/component/control_layer.rs +++ b/src/runtime2/component/control_layer.rs @@ -206,7 +206,7 @@ impl ControlLayer { port.state = PortState::Closed; if peer_comp_id == comp_ctx.id { - // We own the other end of the channel as well + // We own the other end of the channel as well. return None; }