fix a typo

This commit is contained in:
petr@mysql.com 2005-10-28 13:02:26 +04:00
parent 74b8b449a4
commit 314a33c864

View File

@ -127,7 +127,7 @@ void Listener_thread::run()
fd_set read_fds_arg= read_fds;
/*
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_usec= 100000;