diff options
Diffstat (limited to 'src/zenhorde/hordeagent.h')
| -rw-r--r-- | src/zenhorde/hordeagent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhorde/hordeagent.h b/src/zenhorde/hordeagent.h index b581a8da1..69b63947b 100644 --- a/src/zenhorde/hordeagent.h +++ b/src/zenhorde/hordeagent.h @@ -46,7 +46,7 @@ struct AsyncAgentConfig /** Async agent that manages the full lifecycle of a single Horde compute connection. * - * Driven by a state machine using callbacks on a shared io_context — no dedicated + * Driven by a state machine using callbacks on a shared io_context - no dedicated * threads. Call Start() to begin the connection/handshake/upload/execute/poll * sequence. The completion handler is invoked when the remote process exits or * an error occurs. |