From 3224e8786fcbe531746f1530c37210c425625213 Mon Sep 17 00:00:00 2001 From: Cao jin Date: Fri, 8 Jul 2016 18:31:37 +0800 Subject: timer/cpus: fix some typos and update some comments Signed-off-by: Cao jin Signed-off-by: Michael Tokarev --- include/qemu/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/qemu/timer.h b/include/qemu/timer.h index e6c089e8b4..4bfcd35560 100644 --- a/include/qemu/timer.h +++ b/include/qemu/timer.h @@ -802,7 +802,7 @@ static inline int64_t get_max_clock_jump(void) * Low level clock functions */ -/* real time host monotonic timer */ +/* get host real time in nanosecond */ static inline int64_t get_clock_realtime(void) { struct timeval tv; -- cgit v1.2.3