timer: fix misleading comment in timer.h
authorYaowei Bai <baiyaowei@cmss.chinamobile.com>
Thu, 1 Dec 2016 04:30:38 +0000 (23:30 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Dec 2016 15:00:24 +0000 (16:00 +0100)
It's timer to expire, not clock.

Signed-off-by: Yaowei Bai <baiyaowei@cmss.chinamobile.com>
Message-Id: <1480566640-27264-1-git-send-email-baiyaowei@cmss.chinamobile.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/timer.h

index bdfae004e4174aac503ba60c98828bc1434b3c21..9abed51ae85fd6e97669f7fc4fad1db73019982b 100644 (file)
@@ -133,7 +133,7 @@ bool qemu_clock_has_timers(QEMUClockType type);
  * @type: the clock type
  *
  * Determines whether a clock's default timer list
- * has an expired clock.
+ * has an expired timer.
  *
  * Returns: true if the clock's default timer list has
  * an expired timer