qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 11/25] timer: fix misleading comment in timer.h


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 11/25] timer: fix misleading comment in timer.h
Date: Thu, 22 Dec 2016 16:22:46 +0100

From: Yaowei Bai <address@hidden>

It's timer to expire, not clock.

Signed-off-by: Yaowei Bai <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
 include/qemu/timer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/qemu/timer.h b/include/qemu/timer.h
index bdfae00..9abed51 100644
--- a/include/qemu/timer.h
+++ b/include/qemu/timer.h
@@ -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
-- 
2.9.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]