[map] Documentation and comments

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-07 14:42:24 +03:00
parent 9f4b6d73ce
commit 3eb99e952c
2 changed files with 3 additions and 3 deletions

View File

@@ -584,7 +584,7 @@ void TrafficManager::ThreadRoutine()
mwms.clear();
#endif
}
// Calling Unsubscribe() form the worker thread on exit makes thread synchronization easier
// Calling Unsubscribe() from the worker thread on exit makes thread synchronization easier
Unsubscribe();
}