diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2021-11-18 22:57:10 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-27 14:20:56 +0200 |
commit | 75c10f3429eb30023a16219795a85569cb48a73a (patch) | |
tree | 2636915575bcabb3e0c3b977511f9defad74716e | |
parent | 2d26be7da04a0ce870088a8ab2c95b2b0f708ce2 (diff) | |
download | nx-libs-75c10f3429eb30023a16219795a85569cb48a73a.tar.gz nx-libs-75c10f3429eb30023a16219795a85569cb48a73a.tar.bz2 nx-libs-75c10f3429eb30023a16219795a85569cb48a73a.zip |
Loop.cpp: spelling fix
-rw-r--r-- | nxcomp/src/Loop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index 4bbf42b91..02a18bd18 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -2762,7 +2762,7 @@ int NXTransSelect(int *resultFDs, int *errorFDs, int *setFDs, fd_set *readSet, handleCheckResultInLoop(*resultFDs, *errorFDs, *setFDs, *readSet, *writeSet, *selectTs, startTs); // - // Get time spent in select. The accouting is done + // Get time spent in select. The accounting is done // in milliseconds. This is a real problem on fast // machines where each loop is unlikely to take // more than 500 us, so consider that the results |