Fix faulty comment
This commit is contained in:
parent
6cc6b0bdf2
commit
70d8cf69cc
|
|
@ -481,7 +481,7 @@ class TcpPrioClientBase::Machine
|
|||
: Async::StateBase<StateConnected, StateConnectedLowerPrio>
|
||||
{
|
||||
static constexpr auto NAME = "ConnectedLowerPrio";
|
||||
}; /* StateConnecting */
|
||||
}; /* StateConnectedLowerPrio */
|
||||
|
||||
|
||||
struct StateConnectedLowerPrioIdle
|
||||
|
|
|
|||
Loading…
Reference in New Issue