From: Andrea G. <and...@ge...> - 2016-05-21 12:11:20
|
Signed-off-by: Andrea Gelmini <and...@ge...> --- arch/um/os-Linux/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/um/os-Linux/time.c b/arch/um/os-Linux/time.c index 0e39b99..6caa556 100644 --- a/arch/um/os-Linux/time.c +++ b/arch/um/os-Linux/time.c @@ -91,7 +91,7 @@ int os_timer_set_interval(void* timer, void* i) /** * os_timer_remain() - returns the remaining nano seconds of the given interval * timer - * Because this is the remaining time of an interval timer, which correspondends + * Because this is the remaining time of an interval timer, which correspondences * to HZ, this value can never be bigger than one second. Just * the nanosecond part of the timer is returned. * The returned time is relative to the start time of the interval timer. -- 2.8.2.534.g1f66975 |