aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCao jin <caoj.fnst@cn.fujitsu.com>2016-07-08 18:31:37 +0800
committerMichael Tokarev <mjt@gandalf>2016-09-13 18:12:34 +0300
commit3224e8786fcbe531746f1530c37210c425625213 (patch)
treee853648829d5a7e2649bf2217d8f324d6f2b41f4 /include
parent04ecbb783441d5d51587d23bad1c0a7b8ce27193 (diff)
downloadqemu-3224e8786fcbe531746f1530c37210c425625213.zip
qemu-3224e8786fcbe531746f1530c37210c425625213.tar.gz
qemu-3224e8786fcbe531746f1530c37210c425625213.tar.bz2
timer/cpus: fix some typos and update some comments
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include')
-rw-r--r--include/qemu/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/timer.h b/include/qemu/timer.h
index e6c089e..4bfcd35 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;