mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
util: fix a typo
* src/util/event_poll.c: (virEventPollRunOnce): s/imeout/timeout/. Signed-off-by: Alex Jia <ajia@redhat.com>
This commit is contained in:
parent
f3e99e9920
commit
f1c13cf9c9
@ -615,7 +615,7 @@ int virEventPollRunOnce(void) {
|
|||||||
|
|
||||||
retry:
|
retry:
|
||||||
PROBE(EVENT_POLL_RUN,
|
PROBE(EVENT_POLL_RUN,
|
||||||
"nhandles=%d imeout=%d",
|
"nhandles=%d timeout=%d",
|
||||||
nfds, timeout);
|
nfds, timeout);
|
||||||
ret = poll(fds, nfds, timeout);
|
ret = poll(fds, nfds, timeout);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user