mirror of https://gitee.com/openkylin/libvirt.git
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:
|
||||
PROBE(EVENT_POLL_RUN,
|
||||
"nhandles=%d imeout=%d",
|
||||
"nhandles=%d timeout=%d",
|
||||
nfds, timeout);
|
||||
ret = poll(fds, nfds, timeout);
|
||||
if (ret < 0) {
|
||||
|
|
Loading…
Reference in New Issue