Fix typo in comment

This commit is contained in:
Florian Schmaus 2019-10-12 10:14:17 +02:00
parent e23babf147
commit 05c920ab56
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ public class SmackReactor {
} }
if (selectWait < 0) { if (selectWait < 0) {
// A scheduled action was just released and become ready to execute. // A scheduled action was just released and became ready to execute.
return; return;
} }