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>
This commit is contained in:
Cao jin 2016-07-08 18:31:37 +08:00 committed by Michael Tokarev
parent 04ecbb7834
commit 3224e8786f
2 changed files with 4 additions and 4 deletions

View file

@ -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;