THREADS.txt: fix typos

s/wakup/wakeup

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
Chen Hanxiao 2017-01-25 14:35:42 +08:00 committed by Michal Privoznik
parent d397092591
commit f97a8a3284
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ event loop thread handles I/O from the client socket, and once a
complete RPC message has been read off the wire (and optionally
decrypted), it will be placed on the 'dx' job queue for the
associated client object. The job condition will be signalled and
a worker will wakup and process it.
a worker will wakeup and process it.
The worker thread must quickly drop its locks on the server and
client to allow the main event loop thread to continue running

View File

@ -124,7 +124,7 @@ int virEventPollToNativeEvents(int events);
/**
* virEventPollInterrupt: wakeup any thread waiting in poll()
*
* return -1 if wakup failed
* return -1 if wakeup failed
*/
int virEventPollInterrupt(void);