]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix documentation for virEventAddTimeout()
authorPhilipp Hahn <hahn@univention.de>
Tue, 26 Oct 2010 08:23:03 +0000 (10:23 +0200)
committerDaniel Veillard <veillard@redhat.com>
Tue, 26 Oct 2010 08:23:03 +0000 (10:23 +0200)
* src/util/event.h: Fix copy&paste error from virEventAddHandle()

src/util/event.h

index 4552d1aad491c83d5d23b149e3bcd3fdc8ada7c7..68b06c6affd3e738ef481e0fdeea74c28bcc5f0c 100644 (file)
@@ -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,