Commit 08817ce3 authored by unknown's avatar unknown

fix a typo

parent a397d1f7
...@@ -127,7 +127,7 @@ void Listener_thread::run() ...@@ -127,7 +127,7 @@ void Listener_thread::run()
fd_set read_fds_arg= read_fds; fd_set read_fds_arg= read_fds;
/* /*
We should reintialize timer as on linux it is modified We should reintialize timer as on linux it is modified
to reflect amout of time not slept. to reflect amount of time not slept.
*/ */
tv.tv_sec= 0; tv.tv_sec= 0;
tv.tv_usec= 100000; tv.tv_usec= 100000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment