]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
THREADS.txt: fix typos
authorChen Hanxiao <chenhanxiao@gmail.com>
Wed, 25 Jan 2017 06:35:42 +0000 (14:35 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 25 Jan 2017 08:18:49 +0000 (09:18 +0100)
s/wakup/wakeup

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
daemon/THREADS.txt
src/util/vireventpoll.h

index 762ca25c555d3f14c48a1c54e167071a8ffc9774..ae4e9bad90160717a3109348fc7691ee963d3df8 100644 (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
index 8844c9cd9f0510724bb4245158558fff940ce431..e78e2730a17838188a59705860d1aa7427914425 100644 (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);