1
0
Fork 0
mirror of https://gitlab.com/niansa/llama_nds.git synced 2025-03-06 20:53:28 +01:00

Fixed typo

This commit is contained in:
Nils Sauer 2023-04-06 09:26:55 +02:00
parent f303aca0c9
commit 844872fb71

View file

@ -25,7 +25,7 @@ void AsyncManager::cleanFutureMap(SockFutureMap& map) {
void AsyncManager::run() {
while (!stopping && runtime.cooperate()) {
// We should stop once there is nothihng left to do
// We should stop once there is nothing left to do
if (sockReads.empty() && sockWrites.empty()) [[unlikely]] {
break;
}