Fix faulty comment

This commit is contained in:
Tobias Blomberg 2022-04-24 15:46:42 +02:00
parent 6cc6b0bdf2
commit 70d8cf69cc
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ class TcpPrioClientBase::Machine
: Async::StateBase<StateConnected, StateConnectedLowerPrio>
{
static constexpr auto NAME = "ConnectedLowerPrio";
}; /* StateConnecting */
}; /* StateConnectedLowerPrio */
struct StateConnectedLowerPrioIdle