From 69043f73c55cde336eff7f14304e891f1639cbea Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 18 Dec 2024 14:45:21 -0500 Subject: Typo --- src/ipc_state.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/ipc_state.cpp b/src/ipc_state.cpp index 62b1828..fca4e59 100644 --- a/src/ipc_state.cpp +++ b/src/ipc_state.cpp @@ -71,10 +71,10 @@ struct IPCState { } void SetTrackerSlot(std::string server, std::string user) { - // This is function is called from the APState thread, not the main thread, - // and it mutates protected state. It only really competes with OnMessage(), - // when a "Connect" message is received. If this is called right before, - // and the tracker slot does not match the old game slot, it will initiate a + // This function is called from the APState thread, not the main thread, and + // it mutates protected state. It only really competes with OnMessage(), when + // a "Connect" message is received. If this is called right before, and the + // tracker slot does not match the old game slot, it will initiate a // disconnect, and then the OnMessage() handler will see should_disconnect // and stop processing the "Connect" message. If this is called right after // and the slot does not match, IPC will disconnect, which is tolerable. -- cgit 1.4.1