diff options
| author | Yaowei Bai <baiyaowei@cmss.chinamobile.com> | 2016-11-30 23:30:38 -0500 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-12-22 16:00:24 +0100 |
| commit | 45241cf9d7b141cf1090366597923fc1a5366a3f (patch) | |
| tree | 878acda316fa817c0fa86b28ffa6ffee63a8f9b9 /include/qemu/timer.h | |
| parent | 8caa05d8891d0a09dc4c00908c24c6ddfd872bbe (diff) | |
| download | focaccia-qemu-45241cf9d7b141cf1090366597923fc1a5366a3f.tar.gz focaccia-qemu-45241cf9d7b141cf1090366597923fc1a5366a3f.zip | |
timer: fix misleading comment in timer.h
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>
Diffstat (limited to 'include/qemu/timer.h')
| -rw-r--r-- | include/qemu/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/timer.h b/include/qemu/timer.h index bdfae004e4..9abed51ae8 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 |