Fix copy&paste error from virEventAddHandle(). Signed-off-by: Philipp Hahn <hahn@xxxxxxxxxxxxx> --- src/util/event.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/util/event.h b/src/util/event.h index 4552d1a..68b06c6 100644 --- a/src/util/event.h +++ b/src/util/event.h @@ -68,7 +68,7 @@ int virEventRemoveHandle(int watch); * Setting frequency to -1 will disable the timer. Setting the frequency * to zero will cause it to fire on every event loop iteration. * - * returns -1 if the file handle cannot be registered, a positive + * returns -1 if the timer cannot be registered, a positive * integer timer id upon success */ int virEventAddTimeout(int frequency,
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list