From cc45b82472d9095866940a400e2e7e6165e00e3c Mon Sep 17 00:00:00 2001 From: Cao jin Date: Sun, 25 Feb 2018 23:21:51 -0500 Subject: [PATCH] timer/cpus: fix some typos and update some comments Backports commit 3224e8786fcbe531746f1530c37210c425625213 from qemu --- qemu/qemu-timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/qemu-timer.c b/qemu/qemu-timer.c index c9eae964..4f7e48d7 100644 --- a/qemu/qemu-timer.c +++ b/qemu/qemu-timer.c @@ -75,7 +75,7 @@ int64_t cpu_get_ticks(void) return cpu_get_real_ticks(); } -/* return the host CPU monotonic timer and handle stop/restart */ +/* return the host CPU monotonic time */ int64_t cpu_get_clock(void) { return get_clock();